Structs§
- Dataflow analysis that determines whether each local requires storage at a given location; i.e. whether its storage can go away without being observed.
Functions§
- The set of locals in a MIR body that do not have
StorageLive
/StorageDead
annotations.