rust/src/test/ui/check-cfg/empty-values.stderr

12 lines
258 B
Plaintext
Raw Normal View History

warning: unexpected `cfg` condition value
--> $DIR/empty-values.rs:6:7
|
LL | #[cfg(test = "value")]
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unexpected_cfgs)]` on by default
= note: no expected value for `test`
warning: 1 warning emitted