rust/compiler/rustc_parse
bors b0a07595b5 Auto merge of #117289 - estebank:issue-72298, r=cjgillot
Account for `ref` and `mut` in the wrong place for pattern ident renaming

If the user writes `S { ref field: name }` instead of `S { field: ref name }`, we suggest the correct code.

Fix #72298.
2023-11-01 18:39:01 +00:00
..
src Auto merge of #117289 - estebank:issue-72298, r=cjgillot 2023-11-01 18:39:01 +00:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Talk about gen fn in diagnostics about gen fn 2023-10-30 10:13:12 +00:00