rust/src/test/ui/issue-44023.stderr

15 lines
468 B
Plaintext
Raw Normal View History

error[E0308]: mismatched types
--> $DIR/issue-44023.rs:15:42
|
2018-02-22 18:42:32 -06:00
LL | fn საჭმელად_გემრიელი_სადილი ( ) -> isize { //~ ERROR mismatched types
| __________________________________________^
2018-02-22 18:42:32 -06:00
LL | | }
| |_^ 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"