summaryrefslogtreecommitdiffstats
path: root/tests/ui/match/match-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/match/match-struct.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/match/match-struct.stderr b/tests/ui/match/match-struct.stderr
index fdc6fd770..b8abeab15 100644
--- a/tests/ui/match/match-struct.stderr
+++ b/tests/ui/match/match-struct.stderr
@@ -6,6 +6,6 @@ LL | match (S { a: 1 }) {
LL | E::C(_) => (),
| ^^^^^^^ expected `S`, found `E`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.