summaryrefslogtreecommitdiffstats
path: root/tests/ui/pattern/for-loop-bad-item.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/pattern/for-loop-bad-item.stderr')
-rw-r--r--tests/ui/pattern/for-loop-bad-item.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/pattern/for-loop-bad-item.stderr b/tests/ui/pattern/for-loop-bad-item.stderr
index f064a25a9..67c6d6f01 100644
--- a/tests/ui/pattern/for-loop-bad-item.stderr
+++ b/tests/ui/pattern/for-loop-bad-item.stderr
@@ -25,7 +25,7 @@ error[E0308]: mismatched types
LL | for Some(Qux(_)) | None in [Some(""), None] {
| ^^^^^^ ---------------- this is an iterator with items of type `Option<&str>`
| |
- | expected `str`, found struct `Qux`
+ | expected `str`, found `Qux`
error: aborting due to 2 previous errors