blob: 264e7fc8e73a212cb17c9943318b97b3afdb074d [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/blind-item-block-middle.rs:6:9
|
LL | let bar = 5;
| ^^^ expected integer, found struct `foo::bar`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.