summaryrefslogtreecommitdiffstats
path: root/tests/ui/unpretty/mir-unpretty.rs
blob: 30620c69feae305756fe3395990c9f0acf2506d5 (plain)
1
2
3
4
5
// compile-flags: -Z unpretty=mir

fn main() {
    let x: () = 0; //~ ERROR: mismatched types
}