summaryrefslogtreecommitdiffstats
path: root/src/test/ui/diagnostic-width/whitespace-trimming.rs
blob: f747bcf17e0b427992a72926029dba912cd0b181 (plain)
1
2
3
4
5
6
// ignore-tidy-linelength

fn main() {
                                                                                                                                                                                    let _: () = 42;
//~^ ERROR mismatched types
}