rustc_hir_analysis::collect::resolve_bound_vars

Function deny_non_region_late_bound

source
fn deny_non_region_late_bound(
    tcx: TyCtxt<'_>,
    bound_vars: &mut FxIndexMap<LocalDefId, ResolvedArg>,
    where_: &str,
)