summaryrefslogtreecommitdiffstats
path: root/tests/ui/privacy/private-method-inherited.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/privacy/private-method-inherited.stderr')
-rw-r--r--tests/ui/privacy/private-method-inherited.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/privacy/private-method-inherited.stderr b/tests/ui/privacy/private-method-inherited.stderr
index 0104a1b27..dd36afe8b 100644
--- a/tests/ui/privacy/private-method-inherited.stderr
+++ b/tests/ui/privacy/private-method-inherited.stderr
@@ -7,6 +7,6 @@ LL | fn f(self) {}
LL | x.f();
| ^ private method
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0624`.