summaryrefslogtreecommitdiffstats
path: root/tests/ui/match/issue-91058.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/match/issue-91058.stderr')
-rw-r--r--tests/ui/match/issue-91058.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/match/issue-91058.stderr b/tests/ui/match/issue-91058.stderr
index ec1d7e21f..12f37274b 100644
--- a/tests/ui/match/issue-91058.stderr
+++ b/tests/ui/match/issue-91058.stderr
@@ -4,7 +4,7 @@ error[E0308]: mismatched types
LL | match array {
| ----- this expression has type `[S; 1]`
LL | [()] => {}
- | ^^ expected struct `S`, found `()`
+ | ^^ expected `S`, found `()`
error: aborting due to previous error