Module rustc::infer::error_reporting::nice_region_error[][src]

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

Modules

different_lifetimes [
Experimental
]

Error Reporting for Anonymous Region Lifetime Errors where both the regions are anonymous.

find_anon_type [
Experimental
]
named_anon_conflict [
Experimental
]

Error Reporting for Anonymous Region Lifetime Errors where one region is named and the other is anonymous.

outlives_closure [
Experimental
]

Error Reporting for Anonymous Region Lifetime Errors where both the regions are anonymous.

static_impl_trait [
Experimental
]

Error Reporting for static impl Traits.

util [
Experimental
]

Helper functions corresponding to lifetime errors due to anonymous regions.

Structs

NiceRegionError [
Experimental
]