2017-08-25 05:25:22 -05:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/issue-44023.rs:15:42
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | fn საჭმელად_გემრიელი_სადილი ( ) -> isize { //~ ERROR mismatched types
|
2017-08-25 05:25:22 -05:00
|
|
|
| __________________________________________^
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | | }
|
2017-08-25 05:25:22 -05:00
|
|
|
| |_^ expected isize, found ()
|
|
|
|
|
|
|
|
|
= note: expected type `isize`
|
|
|
|
found type `()`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0308"
|