2019-07-22 18:29:49 -07:00
|
|
|
fn main() {}
|
|
|
|
|
|
|
|
fn f() -> isize { fn f() -> isize {} pub f<
|
|
|
|
//~^ ERROR missing `fn` or `struct` for function or struct definition
|
|
|
|
//~| ERROR mismatched types
|
2020-01-03 08:40:15 -05:00
|
|
|
//~ ERROR this file contains an unclosed delimiter
|