Module rustc::infer::error_reporting::nice_region_error::util [−][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?
Helper functions corresponding to lifetime errors due to anonymous regions.
Re-exports
use hir; |
use infer::error_reporting::nice_region_error::NiceRegionError; |
use ty; |
use ty::Region; |
use ty::Ty; |
use hir::def_id::DefId; |
use hir::map as hir_map; |
use syntax_pos::Span; |
Structs
AnonymousArgInfo |
[ Experimental ]
|
FreeRegionInfo |
[ Experimental ]
|