rust/compiler/rustc_parse/src/parser
xiaoxiangxianzi 3157114f0b chore: fix some comments
Signed-off-by: xiaoxiangxianzi <zhaoyizheng@outlook.com>
2024-03-27 22:32:53 +08:00
..
attr.rs Rewrite parse_meta_item. 2024-03-21 10:16:09 +11:00
attr_wrapper.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
diagnostics.rs Rename AddToDiagnostic as Subdiagnostic. 2024-03-11 10:04:49 +11:00
expr.rs chore: fix some comments 2024-03-27 22:32:53 +08:00
generics.rs Make unexpected always "return" PResult<()> & add unexpected_any 2024-03-15 11:36:21 +00:00
item.rs Use maybe_whole! to streamline parse_item_common. 2024-03-21 10:18:28 +11:00
mod.rs Rollup merge of #122752 - nnethercote:Interpolated-cleanups, r=petrochenkov 2024-03-21 17:46:49 +01:00
nonterminal.rs Streamline NamedMatch. 2024-03-21 10:18:34 +11:00
pat.rs Rollup merge of #122793 - compiler-errors:deref-pat-syntax, r=Nadrieril 2024-03-21 17:46:50 +01:00
path.rs Suggest assoc ty bound on lifetime in eq constraint 2024-03-23 00:17:30 +01:00
stmt.rs Use better variable names in some maybe_whole! calls. 2024-03-21 10:18:34 +11:00
ty.rs Use better variable names in some maybe_whole! calls. 2024-03-21 10:18:34 +11:00