Files
rust/compiler/rustc_parse/src/parser
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
..
2023-09-06 17:12:07 +10:00
2023-10-27 13:05:48 +00:00
2023-07-23 10:50:14 +02:00
2023-10-13 08:59:36 +00:00