rustc_ast_lowering::lifetime_collector

Function lifetimes_in_bounds

source
pub(crate) fn lifetimes_in_bounds(
    resolver: &ResolverAstLowering,
    bounds: &GenericBounds,
) -> FxIndexSet<Lifetime>