summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/issue-43105.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/issue-43105.stderr')
-rw-r--r--tests/ui/consts/issue-43105.stderr8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/ui/consts/issue-43105.stderr b/tests/ui/consts/issue-43105.stderr
index 2d1174af7..856a8f0da 100644
--- a/tests/ui/consts/issue-43105.stderr
+++ b/tests/ui/consts/issue-43105.stderr
@@ -12,12 +12,6 @@ error: could not evaluate constant pattern
LL | NUM => unimplemented!(),
| ^^^
-error: could not evaluate constant pattern
- --> $DIR/issue-43105.rs:8:9
- |
-LL | NUM => unimplemented!(),
- | ^^^
-
-error: aborting due to 3 previous errors
+error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0015`.