blob: 1e191a620af02525bd1ffdc28e7c80e70a52501d [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-37665.rs:10:17
|
LL | let x: () = 0;
| -- ^ expected `()`, found integer
| |
| expected due to this
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.