14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
error[E0308]: mismatched types
|
|
--> $DIR/issue-44023.rs:15:42
|
|
|
|
|
15 | fn საჭმელად_გემრიელი_სადილი ( ) -> isize { //~ ERROR mismatched types
|
|
| __________________________________________^
|
|
16 | | }
|
|
| |_^ expected isize, found ()
|
|
|
|
|
= note: expected type `isize`
|
|
found type `()`
|
|
|
|
error: aborting due to previous error
|
|
|