2023-10-12 16:49:56 +02:00
|
|
|
warning: unexpected `cfg` condition name: `widnows`
|
2021-09-29 02:39:30 +02:00
|
|
|
--> $DIR/invalid-cfg-name.rs:7:7
|
|
|
|
|
|
|
|
|
LL | #[cfg(widnows)]
|
2023-04-30 19:09:15 +02:00
|
|
|
| ^^^^^^^ help: there is a config with a similar name: `windows`
|
2021-09-29 02:39:30 +02:00
|
|
|
|
|
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|