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§
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