summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/projection-bound-cycle.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/generic-associated-types/projection-bound-cycle.stderr')
-rw-r--r--tests/ui/generic-associated-types/projection-bound-cycle.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/generic-associated-types/projection-bound-cycle.stderr b/tests/ui/generic-associated-types/projection-bound-cycle.stderr
index b1b8afeec..6f5eee992 100644
--- a/tests/ui/generic-associated-types/projection-bound-cycle.stderr
+++ b/tests/ui/generic-associated-types/projection-bound-cycle.stderr
@@ -4,6 +4,6 @@ error[E0275]: overflow evaluating the requirement `<Number as Foo>::Item == _`
LL | type Item = str where str: Sized;
| ^^^^^^^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.