2019-07-22 20:29:49 -05: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 07:40:15 -06:00
|
|
|
//~ ERROR this file contains an unclosed delimiter
|