rust/compiler/rustc_parse/src
Yuki Okushi f69daa2617
Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obk
Fix a parser ICE on invalid `fn` body

Fixes #87635
A better fix would add a check for `fn` body on `expected_one_of_not_found` but I haven't come up with a graceful way. Any idea?
r? ```@oli-obk``` ```@estebank```
2021-08-03 19:07:44 +09:00
..
lexer Rollup merge of #87659 - FabianWolff:issue-87397, r=davidtwco 2021-08-02 09:36:51 -05:00
parser Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obk 2021-08-03 19:07:44 +09:00
lib.rs replaced feature-gate use with cfg_attr 2021-06-04 09:42:50 -07:00
validate_attr.rs ast: Remove some indirection layers from values in key-value attributes 2021-01-09 21:50:39 +03:00