]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-44023.stderr
Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichton
[rust.git] / src / test / ui / issue-44023.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-44023.rs:15:42
3    |
4 15 |   fn საჭმელად_გემრიელი_სადილი ( ) -> isize {
5    |  __________________________________________^
6 16 | | }
7    | |_^ expected isize, found ()
8    |
9    = note: expected type `isize`
10               found type `()`
11
12 error: aborting due to previous error
13