mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +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.