Function rustc_trait_selection::traits::normalize::normalize_with_depth_to
source ยท pub(crate) fn normalize_with_depth_to<'a, 'b, 'tcx, T>(
selcx: &'a mut SelectionContext<'b, 'tcx>,
param_env: ParamEnv<'tcx>,
cause: ObligationCause<'tcx>,
depth: usize,
value: T,
obligations: &mut Vec<PredicateObligation<'tcx>>,
) -> Twhere
T: TypeFoldable<TyCtxt<'tcx>>,