rust/compiler/rustc_parse
bors 25283f4e13 Auto merge of #115371 - matthewjasper:if-let-guard-parsing, r=cjgillot
Make if let guard parsing consistent with normal guards

- Add tests that struct expressions are not allowed in `if let` and `while let` (no change, consistent with `if` and `while`)
- Allow struct expressions in `if let` guards (consistent with `if` guards).

r? `@cjgillot`

Closes #93817
cc #51114
2023-09-06 00:46:21 +00:00
..
src Auto merge of #115371 - matthewjasper:if-let-guard-parsing, r=cjgillot 2023-09-06 00:46:21 +00:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Fix bad suggestion when wrong parentheses around a dyn trait 2023-08-16 00:26:10 +08:00