]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-44023.stderr
Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS
[rust.git] / src / test / ui / issues / issue-44023.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-44023.rs:5:36
3    |
4 LL | fn საჭმელად_გემრიელი_სადილი ( ) -> isize {
5    |    ------------------------        ^^^^^ expected isize, found ()
6    |    |
7    |    this function's body doesn't return
8    |
9    = note: expected type `isize`
10               found type `()`
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0308`.