Function rustc_trait_selection::traits::fully_solve_obligation
source · pub fn fully_solve_obligation<'tcx>(
infcx: &InferCtxt<'tcx>,
obligation: PredicateObligation<'tcx>
) -> Vec<FulfillmentError<'tcx>>
Expand description
Process an obligation (and any nested obligations that come from it) to completion, returning any errors