summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/order-independant.names_after.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/check-cfg/order-independant.names_after.stderr')
-rw-r--r--tests/ui/check-cfg/order-independant.names_after.stderr19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/ui/check-cfg/order-independant.names_after.stderr b/tests/ui/check-cfg/order-independant.names_after.stderr
deleted file mode 100644
index a308358e4..000000000
--- a/tests/ui/check-cfg/order-independant.names_after.stderr
+++ /dev/null
@@ -1,19 +0,0 @@
-warning: unexpected `cfg` condition value: (none)
- --> $DIR/order-independant.rs:8:7
- |
-LL | #[cfg(a)]
- | ^- help: specify a config value: `= "b"`
- |
- = note: expected values for `a` are: `b`
- = note: `#[warn(unexpected_cfgs)]` on by default
-
-warning: unexpected `cfg` condition value: `unk`
- --> $DIR/order-independant.rs:12:7
- |
-LL | #[cfg(a = "unk")]
- | ^^^^^^^^^
- |
- = note: expected values for `a` are: `b`
-
-warning: 2 warnings emitted
-