]> git.lizzy.rs Git - rust.git/blob - tests/ui/mir-unpretty.rs
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[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 }