blob: 513f7ac7fd18e5b0d203d7cfee896035156d14bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: unexpected `cfg` condition name: `widnows`
--> $DIR/unexpected-cfg-name.rs:9: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
|