rust/tests/ui/check-cfg/invalid-cfg-name.stderr
2023-05-05 13:06:48 +02:00

11 lines
262 B
Plaintext

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