]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mir-unpretty.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / mir-unpretty.stderr
1 error[E0308]: mismatched types
2   --> $DIR/mir-unpretty.rs:14:17
3    |
4 LL |     let x: () = 0; //~ ERROR: mismatched types
5    |                 ^ expected (), found integral variable
6    |
7    = note: expected type `()`
8               found type `{integer}`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.