summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/impl-items-vis-unresolved.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/impl-items-vis-unresolved.stderr')
-rw-r--r--tests/ui/resolve/impl-items-vis-unresolved.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/impl-items-vis-unresolved.stderr b/tests/ui/resolve/impl-items-vis-unresolved.stderr
index f2293d28e..cccffdcbf 100644
--- a/tests/ui/resolve/impl-items-vis-unresolved.stderr
+++ b/tests/ui/resolve/impl-items-vis-unresolved.stderr
@@ -4,6 +4,6 @@ error[E0433]: failed to resolve: there are too many leading `super` keywords
LL | pub(super) fn new() {}
| ^^^^^ there are too many leading `super` keywords
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.