1
Fork 0

check-cfg: update rustdoc ui check-cfg tests

This commit is contained in:
Urgau 2023-10-12 18:04:05 +02:00
parent 001a65c4b0
commit ed922d8c72
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
warning: unexpected `cfg` condition name
warning: unexpected `cfg` condition name: `uniz`
--> $DIR/check-cfg.rs:5:7
|
LL | #[cfg(uniz)]

View file

@ -1,4 +1,4 @@
warning: unexpected `cfg` condition value
warning: unexpected `cfg` condition value: `invalid`
--> $DIR/check-cfg-test.rs:9:7
|
LL | #[cfg(feature = "invalid")]