mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
f90c7f0f42
Improve core::ptr::drop_in_place debuginfo
* Use span of the dropped type as function span when possible.
* Rename symbol from `core::ptr::drop_in_place::$hash` to `{{drop}}::<$TYPE>::$hash`.
Fixes #77465
(I haven't yet updated the tests)