1
Fork 0
rust/compiler/rustc_parse/src
Matthias Krüger dd6f03de9a
Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler-errors
Remove unclosed_delims from parser

After landing https://github.com/rust-lang/rust/pull/108297
we could remove `unclosed_delims` from the parser now.
2023-03-04 20:48:17 +01:00
..
lexer refactor parse_token_trees to not return unmatched_delims 2023-02-28 07:57:17 +00:00
parser Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler-errors 2023-03-04 20:48:17 +01:00
errors.rs recover from for-else and while-else 2023-03-01 13:26:59 +01:00
lib.rs refactor parse_token_trees to not return unmatched_delims 2023-02-28 07:57:17 +00:00
validate_attr.rs Avoid unnecessary MetaItem/Attribute conversions. 2022-11-29 12:08:57 +11:00