mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
warning: unexpected `cfg` condition value
|
|
--> $DIR/empty-values.rs:6: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
|
|
|