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

fn foo() -> usize {
                                                                                                                                                                                          ()
//~^ ERROR mismatched types
}

fn main() {}