Module rustc::infer::error_reporting::nice_region_error::find_anon_type [−][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?
Re-exports
use hir; |
use ty; |
use ty::Region; |
use ty::TyCtxt; |
use hir::map as hir_map; |
use middle::resolve_lifetime as rl; |
use hir::intravisit; |
use hir::intravisit::NestedVisitorMap; |
use hir::intravisit::Visitor; |
use infer::error_reporting::nice_region_error::NiceRegionError; |
Structs
FindNestedTypeVisitor |
[ Experimental ]
|
TyPathVisitor |
[ Experimental ]
|