rustc_mir_transform::sroa

Function replace_flattened_locals

Source
fn replace_flattened_locals<'tcx>(
    tcx: TyCtxt<'tcx>,
    body: &mut Body<'tcx>,
    replacements: ReplacementMap<'tcx>,
) -> BitSet<Local>
Expand description

Perform the replacement computed by compute_flattening.