summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/associated-type-bound-fail.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/associated-type-bound-fail.stderr')
-rw-r--r--tests/ui/const-generics/associated-type-bound-fail.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/associated-type-bound-fail.stderr b/tests/ui/const-generics/associated-type-bound-fail.stderr
index e5e7ee26e..602a8927a 100644
--- a/tests/ui/const-generics/associated-type-bound-fail.stderr
+++ b/tests/ui/const-generics/associated-type-bound-fail.stderr
@@ -11,6 +11,6 @@ note: required by a bound in `Foo::Assoc`
LL | type Assoc: Bar<N>;
| ^^^^^^ required by this bound in `Foo::Assoc`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.