Function rustc_type_ir::outlives::compute_components_for_ty

source ยท
fn compute_components_for_ty<I: Interner>(
    tcx: I,
    ty: I::Ty,
    out: &mut SmallVec<[Component<I>; 4]>,
    visited: &mut SsoHashSet<I::GenericArg>,
)