rustc_trait_selection::traits::query::type_op::implied_outlives_bounds

Function compute_implied_outlives_bounds_inner

Source
pub fn compute_implied_outlives_bounds_inner<'tcx>(
    ocx: &ObligationCtxt<'_, 'tcx>,
    param_env: ParamEnv<'tcx>,
    ty: Ty<'tcx>,
) -> Result<Vec<OutlivesBound<'tcx>>, NoSolution>