rustc/tests/rustdoc-ui/check-cfg/check-cfg-test.stderr
2024-05-08 17:27:53 +02:00

12 lines
281 B
Plaintext

warning: unexpected `cfg` condition value
--> $DIR/check-cfg-test.rs:9:7
|
LL | #[cfg(feature = "invalid")]
| ^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: test
= note: `#[warn(unexpected_cfgs)]` on by default
warning: 1 warning emitted