fn mir_instr_source_pos_and_dst(
instr: &MirInstr,
) -> Option<(MirLocalId, MirSourcePos)>Expand description
Return one MIR destination local and source position when available.
fn mir_instr_source_pos_and_dst(
instr: &MirInstr,
) -> Option<(MirLocalId, MirSourcePos)>Return one MIR destination local and source position when available.