blob: a17512ba4abc4824e0af7ccf9a4b7e1b63ecd90f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error[E0308]: mismatched types
--> $DIR/issue-44023.rs:15:42
|
15 | fn საჭმელად_გემრიელი_სადილი ( ) -> isize {
| __________________________________________^
16 | | }
| |_^ expected isize, found ()
|
= note: expected type `isize`
found type `()`
error: aborting due to previous error
|