blob: 258ffe558e9ba283aef71e1330d709f3320ab936 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-44023.rs:5:36
|
LL | fn საჭმელად_გემრიელი_სადილი ( ) -> isize {
| ------------------------ ^^^^^ expected isize, found ()
| |
| implicitly returns `()` as its body has no tail or `return` expression
|
= note: expected type `isize`
found type `()`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.