summaryrefslogtreecommitdiffstats
path: root/src/test/ui/check-cfg/invalid-cfg-name.stderr
blob: 2bd1821c9422b79ae60e1e631dfce6329f31b0b0 (plain)
1
2
3
4
5
6
7
8
9
10
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