Skip to content

Commit 9681796

Browse files
authored
Rollup merge of rust-lang#93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwco,oli-obk
Fix debuginfo for pointers/references to unsized types This PR makes the compiler emit fat pointer debuginfo in all cases. Before, we sometimes got thin-pointer debuginfo, making it impossible to fully interpret the pointed to memory in debuggers. The code is actually cleaner now, especially around generation of trait object pointer debuginfo. Fixes rust-lang#92718 ~~Blocked on rust-lang#92729
2 parents c8be801 + 89f6778 commit 9681796

File tree

5 files changed

+283
-191
lines changed

5 files changed

+283
-191
lines changed

0 commit comments

Comments
 (0)