rust/tests/ui/type/type-ascription-with-fn-cal...

8 lines
114 B
Rust

//@ run-rustfix
fn main() {
f() : //~ ERROR statements are terminated with a semicolon
f();
}
fn f() {}