rustc_mir_dataflow::drop_flag_effects

Function on_lookup_result_bits

source
pub fn on_lookup_result_bits<'tcx, F>(
    move_data: &MoveData<'tcx>,
    lookup_result: LookupResult,
    each_child: F,
)
where F: FnMut(MovePathIndex),