Module rustc_borrowck::type_check::liveness::local_use_map
source · Structs
- A map that cross references each local with the locations where it is defined (assigned), used, or dropped. Used during liveness computation.