summaryrefslogtreecommitdiffstats
path: root/tests/ui/blind/blind-item-block-middle.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/blind/blind-item-block-middle.stderr')
-rw-r--r--tests/ui/blind/blind-item-block-middle.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/blind/blind-item-block-middle.stderr b/tests/ui/blind/blind-item-block-middle.stderr
index eb64fea94..63e6d7684 100644
--- a/tests/ui/blind/blind-item-block-middle.stderr
+++ b/tests/ui/blind/blind-item-block-middle.stderr
@@ -7,7 +7,7 @@ LL | mod foo { pub struct bar; }
LL | let bar = 5;
| ^^^ - this expression has type `{integer}`
| |
- | expected integer, found struct `bar`
+ | expected integer, found `bar`
| `bar` is interpreted as a unit struct, not a new binding
| help: introduce a new binding instead: `other_bar`