Struct rustc_typeck::outlives::implicit_infer::InferVisitor [−][src]
pub struct InferVisitor<'cx, 'tcx: 'cx> { tcx: TyCtxt<'cx, 'tcx, 'tcx>, global_inferred_outlives: &'cx mut FxHashMap<DefId, FxHashSet<OutlivesPredicate<Kind<'tcx>, Region<'tcx>>>>, predicates_added: &'cx mut bool, explicit_map: &'cx FxHashMap<DefId, Lrc<Vec<Predicate<'tcx>>>>, }
🔬 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?
Fields
tcx: TyCtxt<'cx, 'tcx, 'tcx>
🔬 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?
global_inferred_outlives: &'cx mut FxHashMap<DefId, FxHashSet<OutlivesPredicate<Kind<'tcx>, Region<'tcx>>>>
🔬 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?
predicates_added: &'cx mut bool
🔬 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?
explicit_map: &'cx FxHashMap<DefId, Lrc<Vec<Predicate<'tcx>>>>
🔬 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?
Trait Implementations
impl<'cx, 'tcx> ItemLikeVisitor<'tcx> for InferVisitor<'cx, 'tcx>
[src]
impl<'cx, 'tcx> ItemLikeVisitor<'tcx> for InferVisitor<'cx, 'tcx>
fn visit_item(&mut self, item: &Item)
[src]
fn visit_item(&mut self, item: &Item)
🔬 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?
fn visit_trait_item(&mut self, trait_item: &'tcx TraitItem)
[src]
fn visit_trait_item(&mut self, trait_item: &'tcx TraitItem)
🔬 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?
fn visit_impl_item(&mut self, impl_item: &'tcx ImplItem)
[src]
fn visit_impl_item(&mut self, impl_item: &'tcx ImplItem)
🔬 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?
Auto Trait Implementations
impl<'cx, 'tcx> !Send for InferVisitor<'cx, 'tcx>
impl<'cx, 'tcx> !Send for InferVisitor<'cx, 'tcx>
impl<'cx, 'tcx> !Sync for InferVisitor<'cx, 'tcx>
impl<'cx, 'tcx> !Sync for InferVisitor<'cx, 'tcx>