summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/match_ice.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/match_ice.stderr')
-rw-r--r--src/test/ui/consts/match_ice.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/consts/match_ice.stderr b/src/test/ui/consts/match_ice.stderr
deleted file mode 100644
index 699b4a5e2..000000000
--- a/src/test/ui/consts/match_ice.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: to use a constant of type `S` in a pattern, `S` must be annotated with `#[derive(PartialEq, Eq)]`
- --> $DIR/match_ice.rs:11:9
- |
-LL | C => {}
- | ^
-
-error: aborting due to previous error
-