Function rustc_type_ir::outlives::compute_alias_components_recursive
source ยท pub fn compute_alias_components_recursive<I: Interner>(
tcx: 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.