]> git.lizzy.rs Git - rust.git/blob - tests/ui/check-cfg/compact-values.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / ui / check-cfg / compact-values.stderr
1 warning: unexpected `cfg` condition value
2   --> $DIR/compact-values.rs:11:28
3    |
4 LL | #[cfg(target(os = "linux", arch = "X"))]
5    |                            ^^^^^^^^^^
6    |
7    = note: expected values for `target_arch` are: aarch64, arm, avr, bpf, hexagon, m68k, mips, mips64, msp430, nvptx64, powerpc, powerpc64, riscv32, riscv64, s390x, sparc, sparc64, wasm32, wasm64, x86, x86_64
8    = note: `#[warn(unexpected_cfgs)]` on by default
9
10 warning: 1 warning emitted
11