rust/compiler/rustc_parse/src
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
..
lexer When encountering unclosed delimiters during parsing, check for diff markers 2023-10-30 00:56:46 +00:00
parser Auto merge of #117289 - estebank:issue-72298, r=cjgillot 2023-11-01 18:39:01 +00:00
errors.rs Talk about gen fn in diagnostics about gen fn 2023-10-30 10:13:12 +00:00
lib.rs Use relative positions inside a SourceFile. 2023-09-03 12:56:10 +00:00
validate_attr.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00