summaryrefslogtreecommitdiffstats
path: root/src/test/ui/block-result/issue-11714.stderr
blob: 5b8d96fd4ebe2eaa172fe4252f06a749c9e17bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0308]: mismatched types
  --> $DIR/issue-11714.rs:1:14
   |
LL | fn blah() -> i32 {
   |    ----      ^^^ expected `i32`, found `()`
   |    |
   |    implicitly returns `()` as its body has no tail or `return` expression
...
LL |     ;
   |     - help: remove this semicolon

error: aborting due to previous error

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