summaryrefslogtreecommitdiffstats
path: root/tests/ui/fn/fn-bad-block-type.stderr
blob: 13ebfd1e2033a50ddedf4f4128e0cbb95ccc4b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0308]: mismatched types
  --> $DIR/fn-bad-block-type.rs:3:19
   |
LL | fn f() -> isize { true }
   |           -----   ^^^^ expected `isize`, found `bool`
   |           |
   |           expected `isize` because of return type

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.