summary refs log tree commit diff
path: root/src/test/ui/issue-44023.stderr
blob: 3baf7ec0277b1932532cdba2d1ea4a91cbb297c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0308]: mismatched types
  --> $DIR/issue-44023.rs:15:42
   |
LL |   fn საჭმელად_გემრიელი_სადილი ( ) -> isize { //~ ERROR mismatched types
   |  __________________________________________^
LL | | }
   | |_^ expected isize, found ()
   |
   = note: expected type `isize`
              found type `()`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.