rustc_mir_transform::promote_consts

Function collect_temps_and_candidates

source
fn collect_temps_and_candidates<'tcx>(
    ccx: &ConstCx<'_, 'tcx>,
) -> (IndexVec<Local, TempState>, Vec<Candidate>)