]> git.lizzy.rs Git - rust.git/blob - src/test/ui/check-cfg/invalid-cfg-value.stderr
6cce31d339286babadec43ef7dddd93094fb31cb
[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, serde
9
10 warning: unexpected `cfg` condition value
11   --> $DIR/invalid-cfg-value.rs:14:7
12    |
13 LL | #[cfg(feature = "rand")]
14    |       ^^^^^^^^^^^^^^^^
15    |
16    = note: expected values for `feature` are: full, serde
17
18 warning: 2 warnings emitted
19