Struct rustc::middle::dead::LifeSeeder [−][src]
struct LifeSeeder<'k, 'tcx: 'k> {
worklist: Vec<NodeId>,
krate: &'k Crate,
tcx: TyCtxt<'k, '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?
Fields
worklist: Vec<NodeId>
🔬 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?
krate: &'k Crate
🔬 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?
tcx: TyCtxt<'k, '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?
Trait Implementations
impl<'v, 'k, 'tcx> ItemLikeVisitor<'v> for LifeSeeder<'k, 'tcx>[src]
impl<'v, 'k, 'tcx> ItemLikeVisitor<'v> for LifeSeeder<'k, '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, _item: &TraitItem)[src]
fn visit_trait_item(&mut self, _item: &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, _item: &ImplItem)[src]
fn visit_impl_item(&mut self, _item: &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<'k, 'tcx> !Send for LifeSeeder<'k, 'tcx>
impl<'k, 'tcx> !Send for LifeSeeder<'k, 'tcx>impl<'k, 'tcx> !Sync for LifeSeeder<'k, 'tcx>
impl<'k, 'tcx> !Sync for LifeSeeder<'k, 'tcx>