summary refs log tree commit diff
path: root/src/test/ui/parser/issue-62881.rs
blob: 1782c2e375df556e67280e46908340fb2dd8c33a (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 un-closed delimiter