blob: 1d53cfdd2527ceb16ea3c1637adcc4067d0e7386 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/main.rs:2:18
|
LL | let x: u32 = (
| __________________^
LL | | );
| |_____^ expected u32, found ()
|
= note: expected type `u32`
found type `()`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.