summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/issue-101465.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/suggestions/issue-101465.stderr')
-rw-r--r--tests/ui/suggestions/issue-101465.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suggestions/issue-101465.stderr b/tests/ui/suggestions/issue-101465.stderr
index e2ca77712..2aec3c863 100644
--- a/tests/ui/suggestions/issue-101465.stderr
+++ b/tests/ui/suggestions/issue-101465.stderr
@@ -5,7 +5,7 @@ LL | / match true {
LL | | true => B,
| | - this is found to be of type `B`
LL | | false => C,
- | | ^ expected struct `B`, found struct `C`
+ | | ^ expected `B`, found `C`
LL | |
LL | | }
| |_____- `match` arms have incompatible types