Module rustc::infer::outlives::free_region_map [−][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 ty; |
use ty::Lift; |
use ty::TyCtxt; |
use ty::Region; |
use rustc_data_structures::transitive_relation::TransitiveRelation; |
Structs
| FreeRegionMap |
[ Experimental ]
|
Traits
| FreeRegionRelations |
[ Experimental ] The NLL region handling code represents free region relations in a slightly different way; this trait allows functions to be abstract over which version is in use. |
Functions
| is_free |
[ Experimental ]
|
| is_free_or_static |
[ Experimental ]
|