about summary refs log tree commit diff
path: root/src/test/ui/check-cfg/compact-values.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/check-cfg/compact-values.stderr')
-rw-r--r--src/test/ui/check-cfg/compact-values.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/check-cfg/compact-values.stderr b/src/test/ui/check-cfg/compact-values.stderr
deleted file mode 100644
index 9864aa385f9..00000000000
--- a/src/test/ui/check-cfg/compact-values.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-warning: unexpected `cfg` condition value
-  --> $DIR/compact-values.rs:11:28
-   |
-LL | #[cfg(target(os = "linux", arch = "X"))]
-   |                            ^^^^^^^^^^
-   |
-   = 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
-   = note: `#[warn(unexpected_cfgs)]` on by default
-
-warning: 1 warning emitted
-