rustc_trait_selection::error_reporting::infer::nice_region_error::find_anon_type

Function find_component_for_bound_region

Source
fn find_component_for_bound_region<'tcx>(
    tcx: TyCtxt<'tcx>,
    arg: &'tcx Ty<'tcx>,
    br: &BoundRegionKind,
) -> Option<&'tcx Ty<'tcx>>