☰
Module components
Enums
Functions
?
Module
rustc_infer
::
infer
::
outlives
::
components
source
·
[
−
]
Enums
Component
Functions
compute_alias_components_recursive
🔒
Collect
Component
s for
all
the args of
parent
.
compute_components
🔒
compute_components_recursive
🔒
Collect
Component
s for
all
the args of
parent
.
push_outlives_components
Push onto
out
all the things that must outlive
'a
for the condition
ty0: 'a
to hold. Note that
ty0
must be a
fully resolved type
.