Function rustc_hir_typeck::coercion::success

source ยท
fn success<'tcx>(
    adj: Vec<Adjustment<'tcx>>,
    target: Ty<'tcx>,
    obligations: Vec<PredicateObligation<'tcx>>,
) -> InferResult<'tcx, (Vec<Adjustment<'tcx>>, Ty<'tcx>)>
Expand description

This always returns Ok(...).