summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-match-check.eval2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-match-check.eval2.stderr')
-rw-r--r--tests/ui/consts/const-match-check.eval2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/const-match-check.eval2.stderr b/tests/ui/consts/const-match-check.eval2.stderr
index 0c74a7b3d..0aa12eb86 100644
--- a/tests/ui/consts/const-match-check.eval2.stderr
+++ b/tests/ui/consts/const-match-check.eval2.stderr
@@ -16,6 +16,6 @@ help: alternatively, you could prepend the pattern with an underscore to define
LL | let x: [i32; { let _0 = 0; 0 }] = [];
| +
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0005`.