1
Fork 0
rust/compiler/rustc_symbol_mangling/src
Yuki Okushi f90c7f0f42
Rollup merge of #79968 - bjorn3:better_drop_glue_debuginfo, r=matthewjasper
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)
2021-01-10 16:55:55 +09:00
..
legacy.rs Rollup merge of #79968 - bjorn3:better_drop_glue_debuginfo, r=matthewjasper 2021-01-10 16:55:55 +09:00
lib.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
test.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
v0.rs Make BoundRegion have a kind of BoungRegionKind 2020-12-18 15:27:28 -05:00