]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mir-unpretty.rs
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / ui / mir-unpretty.rs
1 // compile-flags: -Z unpretty=mir
2
3 fn main() {
4     let x: () = 0; //~ ERROR: mismatched types
5 }