rust/compiler/rustc_parse
许杰友 Jieyou Xu (Joe) ea72c19c7d
Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors
Improve span handling in `parse_expr_bottom`.

`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`.

r? ``@spastorino``
2024-11-30 12:56:54 +08:00
..
src Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors 2024-11-30 12:56:54 +08:00
Cargo.toml Update unicode-width to 0.2.0 2024-10-12 21:57:50 +00:00
messages.ftl fix confusing diagnostic for reserved ## 2024-11-25 22:29:14 -07:00