summaryrefslogtreecommitdiffstats
path: root/tests/ui/match/issue-11319.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/match/issue-11319.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/match/issue-11319.stderr b/tests/ui/match/issue-11319.stderr
index fc44205e8..8280547af 100644
--- a/tests/ui/match/issue-11319.stderr
+++ b/tests/ui/match/issue-11319.stderr
@@ -16,6 +16,6 @@ LL | | _ => true
LL | | }
| |_____- `match` arms have incompatible types
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.