rust/compiler/rustc_parse/src
Dylan DPC 109f887bf5
Rollup merge of #103703 - Nilstrieb:flag-recovery-1, r=compiler-errors
Gate some parser recovery behind the check

Mainly in `expr.rs`. `may_recover` doesn't do anything useful yet until I implement that on top of #103439.

r? `@compiler-errors`
2022-11-02 22:32:03 +05:30
..
lexer Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank 2022-10-23 15:20:16 +05:30
parser Gate some recovery behind a flag 2022-10-28 22:07:36 +02:00
errors.rs Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco 2022-11-01 20:00:38 -04:00
lib.rs Fix compiler docs 2022-10-10 18:28:29 +02:00
validate_attr.rs