summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-62881.rs
blob: b9204595fb97180d9f4cacf45fd3f7f50280a38a (plain)
1
2
3
4
5
6
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