rust/compiler/rustc_parse/src/parser
Matthias Krüger df88f7e02c
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
Recover labels written as identifiers

This adds recovery for `break label expr` and `continue label`, as well as a test for `break label`.
2023-01-20 07:16:08 +01:00
..
attr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
attr_wrapper.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
diagnostics.rs Detect struct literal needing parentheses 2023-01-11 16:53:21 +00:00
expr.rs Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser 2023-01-20 07:16:08 +01:00
generics.rs parser: recover from where clauses placed before tuple struct bodies 2023-01-11 17:54:48 +01:00
item.rs Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body, r=estebank 2023-01-12 02:16:16 +00:00
mod.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
nonterminal.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
pat.rs Fix some missed double spaces. 2023-01-14 18:23:40 +01:00
path.rs clippy::complexity fixes 2022-12-19 00:04:28 +01:00
stmt.rs Make LhsExpr::AlreadyParsed a named struct 2023-01-14 11:28:14 +00:00
ty.rs fix dropping diagnostic without emit 2023-01-16 16:18:56 +13:00