summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-103202.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/issue-103202.stderr')
-rw-r--r--tests/ui/resolve/issue-103202.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/issue-103202.stderr b/tests/ui/resolve/issue-103202.stderr
index d4d141fb0..87fa940ac 100644
--- a/tests/ui/resolve/issue-103202.stderr
+++ b/tests/ui/resolve/issue-103202.stderr
@@ -9,6 +9,6 @@ help: if there were a trait named `Example` with associated type `x` implemented
LL | fn f(self: &<S as Example>::x) {}
| ~~~~~~~~~~~~~~~~~
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0223`.