rust/compiler/rustc_parse/src/parser
Nicholas Nethercote fe647f0538 Remove LhsExpr.
`parse_expr_assoc_with` has an awkward structure -- sometimes the lhs is
already parsed. This commit splits the post-lhs part into a new method
`parse_expr_assoc_rest_with`, which makes everything shorter and
simpler.
2024-07-31 12:56:25 +10:00
..
mut_visit Reformat use declarations. 2024-07-29 08:26:52 +10:00
tokenstream Reformat use declarations. 2024-07-29 08:26:52 +10:00
attr.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
attr_wrapper.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostics.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
expr.rs Remove LhsExpr. 2024-07-31 12:56:25 +10:00
generics.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
item.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
nonterminal.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
pat.rs Remove LhsExpr. 2024-07-31 12:56:25 +10:00
path.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
stmt.rs Remove LhsExpr. 2024-07-31 12:56:25 +10:00
tests.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ty.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00