summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/unexpected-cfg-name.exhaustive.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/check-cfg/unexpected-cfg-name.exhaustive.stderr')
-rw-r--r--tests/ui/check-cfg/unexpected-cfg-name.exhaustive.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ui/check-cfg/unexpected-cfg-name.exhaustive.stderr b/tests/ui/check-cfg/unexpected-cfg-name.exhaustive.stderr
deleted file mode 100644
index 513f7ac7f..000000000
--- a/tests/ui/check-cfg/unexpected-cfg-name.exhaustive.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-warning: unexpected `cfg` condition name: `widnows`
- --> $DIR/unexpected-cfg-name.rs:9:7
- |
-LL | #[cfg(widnows)]
- | ^^^^^^^ help: there is a config with a similar name: `windows`
- |
- = note: `#[warn(unexpected_cfgs)]` on by default
-
-warning: 1 warning emitted
-