rust/compiler/rustc_parse/src
许杰友 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
..
lexer Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-dead 2024-11-28 12:06:04 +01:00
parser Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors 2024-11-30 12:56:54 +08:00
errors.rs Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxu 2024-11-28 12:06:07 +01:00
lib.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
validate_attr.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00