]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-44023.stderr
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / test / ui / issues / issue-44023.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-44023.rs:3:36
3    |
4 LL | fn საჭმელად_გემრიელი_სადილი ( ) -> isize {
5    |    ------------------------        ^^^^^ expected `isize`, found `()`
6    |    |
7    |    implicitly returns `()` as its body has no tail or `return` expression
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0308`.