summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/empty-names.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/check-cfg/empty-names.stderr')
-rw-r--r--tests/ui/check-cfg/empty-names.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ui/check-cfg/empty-names.stderr b/tests/ui/check-cfg/empty-names.stderr
deleted file mode 100644
index f926d1133..000000000
--- a/tests/ui/check-cfg/empty-names.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-warning: unexpected `cfg` condition name
- --> $DIR/empty-names.rs:6:7
- |
-LL | #[cfg(unknown_key = "value")]
- | ^^^^^^^^^^^^^^^^^^^^^
- |
- = note: `#[warn(unexpected_cfgs)]` on by default
-
-warning: 1 warning emitted
-