os-rust/tests/ui/diagnostic-width/whitespace-trimming-2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
280 B
Rust
Raw Normal View History

2019-08-14 11:44:56 -07:00
// ignore-tidy-linelength
fn foo() -> usize {
()
//~^ ERROR mismatched types
}
fn main() {}