rust/compiler/rustc_parse/src/parser
Matthias Krüger 7035c3d718
Rollup merge of #116712 - estebank:issue-116252, r=petrochenkov
When encountering unclosed delimiters during lexing, check for diff markers

Fix #116252.
2023-10-31 12:55:09 +01: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 Only suggest turbofish in patterns if we may recover 2023-09-12 16:38:59 +02: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