]> git.lizzy.rs Git - rust.git/blob - src/test/ui/blind/blind-item-block-middle.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[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 integer, 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`.