]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-37665.stderr
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
[rust.git] / src / test / ui / issues / issue-37665.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-37665.rs:9:17
3    |
4 LL |     let x: () = 0;
5    |            --   ^ expected `()`, found integer
6    |            |
7    |            expected due to this
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0308`.