mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
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
|
|
|