summaryrefslogtreecommitdiffstats
path: root/tests/ui/wf/wf-complex-assoc-type.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/wf/wf-complex-assoc-type.stderr')
-rw-r--r--tests/ui/wf/wf-complex-assoc-type.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/wf/wf-complex-assoc-type.stderr b/tests/ui/wf/wf-complex-assoc-type.stderr
index 6a623bec8..161ee9d70 100644
--- a/tests/ui/wf/wf-complex-assoc-type.stderr
+++ b/tests/ui/wf/wf-complex-assoc-type.stderr
@@ -15,6 +15,6 @@ note: required by a bound in `AssertMyTrait`
LL | struct AssertMyTrait<T: MyTrait>(T);
| ^^^^^^^ required by this bound in `AssertMyTrait`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.