Module rustc::infer::error_reporting::nice_region_error::outlives_closure [−][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?
Error Reporting for Anonymous Region Lifetime Errors where both the regions are anonymous.
Re-exports
use infer::error_reporting::nice_region_error::NiceRegionError; |
use infer::SubregionOrigin; |
use ty::RegionKind; |
use hir::Expr; |
use hir::ExprClosure; |
use hir::map::NodeExpr; |
use util::common::ErrorReported; |
use infer::lexical_region_resolve::RegionResolutionError::SubSupConflict; |