Expand description
This pass transforms derefs of Box into a deref of the pointer inside Box.
Box is not actually a pointer so it is incorrect to dereference it directly.
Structsยง
- Elaborate
BoxDeref ๐Visitor - Elaborate
BoxDerefs ๐
Functionsยง
- build_
projection ๐ - Constructs the projection needed to access a Boxโs pointer
- build_
ptr_ ๐tys - Constructs the types used when accessing a Boxโs pointer