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

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

7 lines
265 B
Rust
Raw Normal View History

2019-08-14 18:44:56 +00:00
// ignore-tidy-linelength
fn main() {
let _: () = 42;
//~^ ERROR mismatched types
}