]> git.lizzy.rs Git - rust.git/blob - src/test/ui/check-cfg/invalid-cfg-value.stderr
c591d8474a26146a0ece257f3a6a65c302f70685
[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
9 warning: 1 warning emitted
10