rust/src/test/ui/parser/issue-62881.rs

7 lines
208 B
Rust
Raw Normal View History

fn main() {}
fn f() -> isize { fn f() -> isize {} pub f<
//~^ ERROR missing `fn` or `struct` for function or struct definition
//~| ERROR mismatched types
//~ ERROR this file contains an un-closed delimiter