rust/compiler/rustc_parse
Dylan DPC 892ebe9afe
Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor
Tweak invalid `fn` header and body parsing

* Rely on regular "expected"/"found" parser error for `fn`, fix #77115
* Recover empty `fn` bodies when encountering `}`
* Recover trailing `>` in return types
* Recover from non-type in array type `[<BAD TOKEN>; LEN]`
2020-10-28 01:21:24 +01:00
..
src Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor 2020-10-28 01:21:24 +01:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00