]> git.lizzy.rs Git - rust.git/blob - src/test/ui/check-cfg/invalid-cfg-value.stderr
Move some tests with compare-mode=nll output to revisions
[rust.git] / src / test / ui / check-cfg / invalid-cfg-value.stderr
1 warning: unexpected `cfg` condition value
2   --> $DIR/invalid-cfg-value.rs:7:7
3    |
4 LL | #[cfg(feature = "sedre")]
5    |       ^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(unexpected_cfgs)]` on by default
8    = note: expected values for `feature` are: full, rand, serde
9
10 warning: 1 warning emitted
11