pub fn borrowed_locals(body: &Body<'_>) -> DenseBitSet<Local>
Expand description
The set of locals that are borrowed at some point in the MIR body.
pub fn borrowed_locals(body: &Body<'_>) -> DenseBitSet<Local>
The set of locals that are borrowed at some point in the MIR body.