summaryrefslogtreecommitdiffstats
path: root/src/test/ui/check-cfg/allow-same-level.stderr
blob: 7797de584b9e1f1354c0b829d0b4e6b3db29352b (plain)
1
2
3
4
5
6
7
8
9
10
warning: unexpected `cfg` condition name
  --> $DIR/allow-same-level.rs:7:7
   |
LL | #[cfg(FALSE)]
   |       ^^^^^
   |
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: 1 warning emitted