]> git.lizzy.rs Git - rust.git/blob - src/test/ui/blind/blind-item-block-middle.stderr
Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser
[rust.git] / src / test / ui / blind / blind-item-block-middle.stderr
1 error[E0308]: mismatched types
2   --> $DIR/blind-item-block-middle.rs:6:9
3    |
4 LL |     let bar = 5;
5    |         ^^^ expected integral variable, found struct `foo::bar`
6    |
7    = note: expected type `{integer}`
8               found type `foo::bar`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.