Structs§
- Maybe
Requires Storage  - Dataflow analysis that determines whether each local requires storage at a given location; i.e. whether its storage can go away without being observed.
 - Maybe
Storage Dead  - Maybe
Storage Live  - Move
Visitor 🔒 
Functions§
- always_
storage_ live_ locals  - The set of locals in a MIR body that do not have 
StorageLive/StorageDeadannotations.