]> git.lizzy.rs Git - rust.git/blob - src/test/ui/diagnostic-width/whitespace-trimming-2.rs
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / diagnostic-width / whitespace-trimming-2.rs
1 // ignore-tidy-linelength
2
3 fn foo() -> usize {
4                                                                                                                                                                                           ()
5 //~^ ERROR mismatched types
6 }
7
8 fn main() {}