1
Fork 0
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
..
attr.rs Avoid too many expected symbols and reduce Nones 2023-08-03 08:56:31 +00:00
attr_wrapper.rs Adjust to_attr_token_stream. 2023-09-06 17:12:07 +10:00
diagnostics.rs When encountering unclosed delimiters during parsing, check for diff markers 2023-10-30 00:56:46 +00:00
expr.rs Handle move generators 2023-10-27 13:05:48 +00:00
generics.rs fix couple of clippy findings: 2023-07-23 10:50:14 +02:00
item.rs Talk about gen fn in diagnostics about gen fn 2023-10-30 10:13:12 +00:00
mod.rs Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors 2023-10-29 00:03:52 +00:00
nonterminal.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
pat.rs Account for ref and mut in the wrong place for pattern ident renaming 2023-10-30 00:15:49 +00:00
path.rs Avoid unbounded O(n^2) when parsing nested type args 2023-10-25 19:07:34 +00:00
stmt.rs Move where doc comment meant as comment check 2023-10-20 02:54:45 +00:00
ty.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00