summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/issue-70942-trait-vs-impl-mismatch.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/issue-70942-trait-vs-impl-mismatch.stderr')
-rw-r--r--tests/ui/consts/issue-70942-trait-vs-impl-mismatch.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/issue-70942-trait-vs-impl-mismatch.stderr b/tests/ui/consts/issue-70942-trait-vs-impl-mismatch.stderr
index 1597120fb..0393316f1 100644
--- a/tests/ui/consts/issue-70942-trait-vs-impl-mismatch.stderr
+++ b/tests/ui/consts/issue-70942-trait-vs-impl-mismatch.stderr
@@ -10,6 +10,6 @@ note: type in trait
LL | const VALUE: usize;
| ^^^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0326`.