Expand description
The outlives relation T: 'a
or 'a: 'b
. This code frequently
refers to rules defined in RFC 1214 (OutlivesFooBar
), so see that
RFC for reference.
Enums§
Functions§
- compute_
alias_ components_ recursive - Collect Components for all the args of
parent
. - push_
outlives_ components - Push onto
out
all the things that must outlive'a
for the conditionty0: 'a
to hold. Note thatty0
must be a fully resolved type.