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

warning: 1 warning emitted