rust/compiler/rustc_parse
Esteban Küber c47318983b Account for (pat if expr) => {}
When encountering match arm (pat if expr) => {}, recover and suggest removing parentheses. Fix #100825.
2023-11-29 18:47:32 +00:00
..
src Account for (pat if expr) => {} 2023-11-29 18:47:32 +00:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Account for (pat if expr) => {} 2023-11-29 18:47:32 +00:00