rustc_mir_dataflow::drop_flag_effects

Function on_all_children_bits

source
pub fn on_all_children_bits<'tcx, F>(
    move_data: &MoveData<'tcx>,
    move_path_index: MovePathIndex,
    each_child: F,
)
where F: FnMut(MovePathIndex),