rust/compiler/rustc_parse/src/parser
Yutaro Ohno e4812583c7 parser: refactoring on recovery from invalid variable declarations
Previously, the `recover_local_after_let` function was called from the
body of the `recover_stmt_local` function. Unifying these two functions
make it more simple and more readable.
2022-12-03 23:41:42 +09:00
..
attr_wrapper.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
attr.rs Rename NestedMetaItem::[Ll]iteral as NestedMetaItem::[Ll]it. 2022-11-28 15:18:53 +11:00
diagnostics.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
expr.rs Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
generics.rs fix #102182, recover from impl Trait in type param bound 2022-10-08 06:47:26 +08:00
item.rs rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
mod.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00: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