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