Function rustc_trait_selection::traits::project::confirm_candidate

source ·
fn confirm_candidate<'cx, 'tcx>(
    selcx: &mut SelectionContext<'cx, 'tcx>,
    obligation: &ProjectionTyObligation<'tcx>,
    candidate: ProjectionCandidate<'tcx>
) -> Progress<'tcx>