rust/tests/ui/parser/issues/issue-62881.rs
2023-01-11 09:32:08 +00:00

7 lines
207 B
Rust

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 unclosed delimiter