summaryrefslogtreecommitdiff
path: root/tests/ui/check-cfg/invalid-cfg-name.stderr
blob: ed09f8cb66d2995fff481930aeec82dcb18ad71a (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: there is a config with a similar name: `windows`
   |
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: 1 warning emitted