summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/exhaustive-values.empty_cfg.stderr
blob: 999b27028497959f5577b936321fd893206000ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
warning: unexpected `cfg` condition value: `value`
  --> $DIR/exhaustive-values.rs:9:7
   |
LL | #[cfg(test = "value")]
   |       ^^^^----------
   |           |
   |           help: remove the value
   |
   = note: no expected value for `test`
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `empty_cfg` as condition name
   |
   = help: was set with `--cfg` but isn't in the `--check-cfg` expected names

warning: 2 warnings emitted