2021-09-28 19:39:30 -05:00
|
|
|
warning: unexpected `cfg` condition name
|
|
|
|
--> $DIR/invalid-cfg-name.rs:7:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(widnows)]
|
2023-04-30 08:52:44 -05:00
|
|
|
| ^^^^^^^ help: there is an config with a similar name: `windows`
|
2021-09-28 19:39:30 -05:00
|
|
|
|
|
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|