mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
rustc_metadata: Remove `Span` from `ModChild` It can be decoded on demand from regular `def_span` tables. Partially mitigates perf regressions from https://github.com/rust-lang/rust/pull/109500.