10 lines
237 B
Text
10 lines
237 B
Text
warning: unexpected `cfg` condition name
|
|
--> $DIR/invalid-cfg-name.rs:7:7
|
|
|
|
|
LL | #[cfg(widnows)]
|
|
| ^^^^^^^ help: did you mean: `windows`
|
|
|
|
|
= note: `#[warn(unexpected_cfgs)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|