summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/order-independant.names_after.stderr
blob: a308358e48587ac6c70ccb1211e1a2340a458a86 (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: (none)
  --> $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: `unk`
  --> $DIR/order-independant.rs:12:7
   |
LL | #[cfg(a = "unk")]
   |       ^^^^^^^^^
   |
   = note: expected values for `a` are: `b`

warning: 2 warnings emitted