summaryrefslogtreecommitdiffstats
path: root/src/test/ui/check-cfg/compact-names.stderr
blob: f1fc4285a71b79a0f852934cefa28b2c27e4b245 (plain)
1
2
3
4
5
6
7
8
9
10
warning: unexpected `cfg` condition name
  --> $DIR/compact-names.rs:11:28
   |
LL | #[cfg(target(os = "linux", architecture = "arm"))]
   |                            ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unexpected_cfgs)]` on by default

warning: 1 warning emitted