Skip to content

Commit 427eba2

Browse files
committed
Auto merge of #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 #92718 ~~Blocked on #92729
2 parents e0e70c0 + c10f9e7 commit 427eba2

File tree

4 files changed

+300
-210
lines changed

4 files changed

+300
-210
lines changed

0 commit comments

Comments
 (0)