Function rustc_mir_transform::dest_prop::ever_borrowed_locals[][src]

fn ever_borrowed_locals(body: &Body<'_>) -> BitSet<Local>
Expand description

Walks MIR to find all locals that have their address taken anywhere.