summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/exhaustive-values.empty_values.stderr
blob: 77ddc35100ae38cb0fabe6d51a668cf2ac3d96ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: 1 warning emitted