[][src]Module rustc_traits::implied_outlives_bounds

🔬 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?

Provider for the implied_outlives_bounds query. Do not call this query directory. See [rustc::traits::query::implied_outlives_bounds].

Functions

compute_implied_outlives_bounds [
Experimental
]
implied_bounds_from_components [
Experimental
]

When we have an implied bound that T: 'a, we can further break this down to determine what relationships would have to hold for T: 'a to hold. We get to assume that the caller has validated those relationships.

implied_outlives_bounds [
Experimental
]
provide [
Experimental
]