Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| 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`. |