Function rustc_const_eval::transform::promote_consts::collect_temps_and_candidates[][src]

pub fn collect_temps_and_candidates<'mir, 'tcx>(
    ccx: &ConstCx<'mir, 'tcx>,
    rpo: &mut ReversePostorder<'_, 'tcx>
) -> (IndexVec<Local, TempState>, Vec<Candidate>)