mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
|
warning: unexpected `cfg` condition name
|
||
|
--> $DIR/allow-same-level.rs:7:7
|
||
|
|
|
||
|
LL | #[cfg(FALSE)]
|
||
|
| ^^^^^
|
||
|
|
|
||
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
||
|
|
||
|
warning: 1 warning emitted
|
||
|
|