effect_summary

Function effect_summary 

Source
pub fn effect_summary<'tcx>(
    tcx: TyCtxt<'tcx>,
    caller: DefId,
    func: &Operand<'tcx>,
    destination: Local,
) -> CallEffectSummary
Expand description

Return effect information for a MIR call terminator.