summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr')
-rw-r--r--tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr b/tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr
index 6b8e688fb..1a251044e 100644
--- a/tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr
+++ b/tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr
@@ -4,6 +4,6 @@ error[E0308]: mismatched types
LL | arr = bind(arr);
| ^^^^^^^^^ encountered a self-referencing constant
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.