]> git.lizzy.rs Git - rust.git/blob - src/test/ui/check-cfg/compact-names.stderr
Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr
[rust.git] / src / test / ui / check-cfg / compact-names.stderr
1 warning: unexpected `cfg` condition name
2   --> $DIR/compact-names.rs:11:28
3    |
4 LL | #[cfg(target(os = "linux", architecture = "arm"))]
5    |                            ^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(unexpected_cfgs)]` on by default
8
9 warning: 1 warning emitted
10