Michael Woerister e169261a6f debuginfo: Fix debuginfo for Box<T> where T is unsized.
Before this fix, the debuginfo for the fields was generated from the
struct defintion of Box<T>, but (at least at the moment) the compiler
pretends that Box<T> is just a (fat) pointer, so the fields need to be
`pointer` and `vtable` instead of `__0: Unique<T>` and `__1: Allocator`.

This is meant as a temporary mitigation until we can make sure that
simply treating Box as a regular struct in debuginfo does not cause too
much breakage in the ecosystem.
2022-03-24 11:12:41 +01:00
..
2022-02-28 00:02:11 -05:00
2022-03-07 13:41:47 +11:00
2022-03-02 09:45:25 -06:00
2022-03-11 13:31:24 +11:00
2022-02-24 12:18:21 +01:00