Function rustc_mir_dataflow::drop_flag_effects::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),