mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
90ad2adfea
`parse_expr_bottom` stores `this.token.span` in `lo`, but then fails to use it in many places where it could. This commit fixes that, and likewise (to a smaller extent) in `parse_ty_common`.