]> git.lizzy.rs Git - rust.git/blob - tests/ui/check-cfg/invalid-cfg-name.stderr
Move /src/test to /tests
[rust.git] / tests / ui / check-cfg / invalid-cfg-name.stderr
1 warning: unexpected `cfg` condition name
2   --> $DIR/invalid-cfg-name.rs:7:7
3    |
4 LL | #[cfg(widnows)]
5    |       ^^^^^^^ help: did you mean: `windows`
6    |
7    = note: `#[warn(unexpected_cfgs)]` on by default
8
9 warning: 1 warning emitted
10