mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 11:49:59 +00:00
Record `tcx.def_span` instead of `item.span` in crate metadata This was missed in PR #75465. As a result, a few places have been using the full body span of functions, instead of just the header span.