pub fn compute_alias_components_recursive<I: Interner>(
    cx: I,
    alias_ty: I::Ty,
    out: &mut SmallVec<[Component<I>; 4]>,
)
Expand description

Collect Components for all the args of parent.

This should not be used to get the components of parent itself. Use push_outlives_components instead.