summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/unify_with_nested_expr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/unify_with_nested_expr.stderr')
-rw-r--r--tests/ui/const-generics/unify_with_nested_expr.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/unify_with_nested_expr.stderr b/tests/ui/const-generics/unify_with_nested_expr.stderr
index d4d78b596..e050254a3 100644
--- a/tests/ui/const-generics/unify_with_nested_expr.stderr
+++ b/tests/ui/const-generics/unify_with_nested_expr.stderr
@@ -17,6 +17,6 @@ help: consider specifying the generic argument
LL | bar::<N>();
| +++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0284`.