Structsยง
- Localized
Outlives ๐Constraint - A localized outlives constraint reifies the CFG location where the outlives constraint holds,
within the origins themselves as if they were different from point to point: from
a: b
outlives constraints toa@p: b@p
, wherep
is the point in the CFG. - Localized
Outlives ๐Constraint Set - A container of LocalizedOutlivesConstraints that can be turned into a traversable
rustc_data_structures
graph.