[][src]Module rustc::infer::outlives

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Various code related to computing outlives relations.

Modules

env [
Experimental
]
free_region_map [
Experimental
]
obligations [
Experimental
]

Code that handles "type-outlives" constraints like T: 'a. This is based on the outlives_components function defined on the tcx, but it adds a bit of heuristics on top, in particular to deal with associated types and projections.