summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/order-independant.names_before.stderr
blob: 91b81428b38a4d4785c2a14382067c9029cd94c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
warning: unexpected `cfg` condition value
  --> $DIR/order-independant.rs:8:7
   |
LL | #[cfg(a)]
   |       ^- help: specify a config value: `= "b"`
   |
   = note: expected values for `a` are: `b`
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: unexpected `cfg` condition value
  --> $DIR/order-independant.rs:12:7
   |
LL | #[cfg(a = "unk")]
   |       ^^^^^^^^^
   |
   = note: expected values for `a` are: `b`

warning: 2 warnings emitted