]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mismatched_types/main.rs
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[rust.git] / src / test / ui / mismatched_types / main.rs
1 fn main() {
2     let x: u32 = ( //~ ERROR mismatched types
3     );
4 }