Function rustc_type_ir::outlives::compute_components_for_arg

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