]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tail-typeck.stderr
Auto merge of #60132 - davidtwco:issue-60075, r=estebank
[rust.git] / src / test / ui / tail-typeck.stderr
1 error[E0308]: mismatched types
2   --> $DIR/tail-typeck.rs:3:26
3    |
4 LL | fn f() -> isize { return g(); }
5    |           -----          ^^^ expected isize, found usize
6    |           |
7    |           expected `isize` because of return type
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0308`.