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