Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
6 lines (4 sloc) 68 Bytes
fn main() {
let x: u32 = ( //~ ERROR mismatched types
);
}
You can’t perform that action at this time.