]> git.lizzy.rs Git - rust.git/blob - tests/ui/mir-unpretty.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[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 }