summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/packed_pattern.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/packed_pattern.stderr')
-rw-r--r--src/test/ui/consts/packed_pattern.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/consts/packed_pattern.stderr b/src/test/ui/consts/packed_pattern.stderr
deleted file mode 100644
index 9ca50a95e..000000000
--- a/src/test/ui/consts/packed_pattern.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-warning: unreachable pattern
- --> $DIR/packed_pattern.rs:16:9
- |
-LL | FOO => unreachable!(),
- | ^^^
- |
- = note: `#[warn(unreachable_patterns)]` on by default
-
-warning: 1 warning emitted
-