summaryrefslogtreecommitdiffstats
path: root/tests/ui/privacy/legacy-ctor-visibility.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/privacy/legacy-ctor-visibility.stderr')
-rw-r--r--tests/ui/privacy/legacy-ctor-visibility.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/privacy/legacy-ctor-visibility.stderr b/tests/ui/privacy/legacy-ctor-visibility.stderr
index c8057d85e..78c79fc95 100644
--- a/tests/ui/privacy/legacy-ctor-visibility.stderr
+++ b/tests/ui/privacy/legacy-ctor-visibility.stderr
@@ -4,6 +4,6 @@ error[E0423]: expected function, tuple struct or tuple variant, found struct `S`
LL | S(10);
| ^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0423`.