blob: 745646bda1c9ff3d65ed1ea67c537700af756c66 [file] [log] [blame]
warning: unexpected `cfg` condition value: `value`
--> $DIR/exhaustive-values.rs:8:7
|
LL | #[cfg(test = "value")]
| ^^^^----------
| |
| help: remove the value
|
= note: no expected value for `test`
= note: `#[warn(unexpected_cfgs)]` on by default
warning: 1 warning emitted