mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
0178254f46
Stop calling `source_span` query in significant drop order code `source_span` is only meant for incremental tracking. I don't really think we need to highlight the whole drop impl span anyways; it can be quite large. r? oli-obk