summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-consts/projection-unspecified-but-bounded.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-consts/projection-unspecified-but-bounded.stderr')
-rw-r--r--tests/ui/associated-consts/projection-unspecified-but-bounded.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/associated-consts/projection-unspecified-but-bounded.stderr b/tests/ui/associated-consts/projection-unspecified-but-bounded.stderr
index 8175e510a..91bfcf29c 100644
--- a/tests/ui/associated-consts/projection-unspecified-but-bounded.stderr
+++ b/tests/ui/associated-consts/projection-unspecified-but-bounded.stderr
@@ -12,6 +12,6 @@ note: required by a bound in `foo`
LL | fn foo<T: TraitWAssocConst<A = 32>>() {}
| ^^^^^^ required by this bound in `foo`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0271`.