main()1 fn main() {
2     let x: u32 = ( //~ ERROR mismatched types
3     );
4 }
5