blob: 533bd87c9cccb2b6192787a5f5fbbb104e0d2594 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/output-type-mismatch.rs:5:31
|
LL | fn main() { let i: isize; i = f(); }
| ^^^ expected `isize`, found `()`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.