Module rustc_type_ir::outlives
source ยท 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ยง
- Collect Components for all the args of
parent. - Push onto
outall the things that must outlive'afor the conditionty0: 'ato hold. Note thatty0must be a fully resolved type.