We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6154641 commit cc97345Copy full SHA for cc97345
tests/rustdoc-ui/check-cfg/check-cfg.stderr
@@ -1,4 +1,4 @@
1
-warning: unexpected `cfg` condition name
+warning: unexpected `cfg` condition name: `uniz`
2
--> $DIR/check-cfg.rs:5:7
3
|
4
LL | #[cfg(uniz)]
tests/rustdoc-ui/doctest/check-cfg-test.stderr
-warning: unexpected `cfg` condition value
+warning: unexpected `cfg` condition value: `invalid`
--> $DIR/check-cfg-test.rs:9:7
LL | #[cfg(feature = "invalid")]
0 commit comments