blob: eadf3d6d3350e35a6be3a07365ebb5cd8cd2ad05 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/tail-typeck.rs:3:26
|
LL | fn f() -> isize { return g(); }
| ^^^ expected isize, found usize
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.