blob: d12a5832877d2cdb6877b3a1a116d36803a1b156 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/missing-return.rs:13:17
|
LL | fn f() -> isize { }
| ^^^ expected isize, found ()
|
= note: expected type `isize`
found type `()`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.