rust/src/test/ui/check-cfg/invalid-cfg-name.stderr

11 lines
207 B
Plaintext
Raw Normal View History

warning: unexpected `cfg` condition name
--> $DIR/invalid-cfg-name.rs:7:7
|
LL | #[cfg(widnows)]
| ^^^^^^^
|
= note: `#[warn(unexpected_cfgs)]` on by default
warning: 1 warning emitted