]> git.lizzy.rs Git - rust.git/blob - tests/ui/mir-unpretty.rs
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
[rust.git] / tests / ui / mir-unpretty.rs
1 // compile-flags: -Z unpretty=mir
2
3 fn main() {
4     let x: () = 0; //~ ERROR: mismatched types
5 }