rust/compiler/rustc_parse/src/parser
Matthias Krüger 4154e14f9a
Rollup merge of #105369 - chenyukang:yukang/fix-105226, r=TaKO8Ki
Detect spurious ; before assoc fn body

Fixes #105226

r? ``@TaKO8Ki``
2022-12-11 23:36:46 +01:00
..
attr_wrapper.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
attr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
diagnostics.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
expr.rs Rollup merge of #105223 - lukas-code:(ExprWithBlock), r=petrochenkov 2022-12-05 20:43:44 +01:00
generics.rs fix #102182, recover from impl Trait in type param bound 2022-10-08 06:47:26 +08:00
item.rs Rollup merge of #105369 - chenyukang:yukang/fix-105226, r=TaKO8Ki 2022-12-11 23:36:46 +01:00
mod.rs While parsing enum variant, the error message always disappear 2022-12-01 22:48:52 -08:00
nonterminal.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
pat.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
path.rs Use ThinVec in ast::Path. 2022-11-17 13:56:38 +11:00
stmt.rs parser: refactoring on recovery from invalid variable declarations 2022-12-03 23:41:42 +09:00
ty.rs Auto merge of #104410 - WaffleLapkin:unregress, r=estebank 2022-11-23 19:52:43 +00:00