Files
rust/tests/rustdoc-ui/doctest/check-cfg-test.stderr
2023-10-12 18:39:35 +02:00

12 lines
294 B
Plaintext

warning: unexpected `cfg` condition value: `invalid`
--> $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