mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

rustc_span: More consistent span combination operations Also add more tests for using `tt` in addition to `ident`, and some other minor tweaks, see individual commits. This is a part of https://github.com/rust-lang/rust/pull/119412 that doesn't yet add side tables for metavariable spans.