mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
fe647f0538
`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.