check-cfg: update rustdoc ui check-cfg tests
This commit is contained in:
parent
001a65c4b0
commit
ed922d8c72
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
warning: unexpected `cfg` condition name
|
warning: unexpected `cfg` condition name: `uniz`
|
||||||
--> $DIR/check-cfg.rs:5:7
|
--> $DIR/check-cfg.rs:5:7
|
||||||
|
|
|
|
||||||
LL | #[cfg(uniz)]
|
LL | #[cfg(uniz)]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
warning: unexpected `cfg` condition value
|
warning: unexpected `cfg` condition value: `invalid`
|
||||||
--> $DIR/check-cfg-test.rs:9:7
|
--> $DIR/check-cfg-test.rs:9:7
|
||||||
|
|
|
|
||||||
LL | #[cfg(feature = "invalid")]
|
LL | #[cfg(feature = "invalid")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue