mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 18:27:26 +00:00
`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.