Struct rustc_typeck::coherence::inherent_impls_overlap::InherentOverlapChecker [−][src]
struct InherentOverlapChecker<'a, 'tcx: 'a> { tcx: TyCtxt<'a, '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
tcx: TyCtxt<'a, '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?
Methods
impl<'a, 'tcx> InherentOverlapChecker<'a, 'tcx>
[src]
impl<'a, 'tcx> InherentOverlapChecker<'a, 'tcx>
fn check_for_common_items_in_impls(
&self,
impl1: DefId,
impl2: DefId,
overlap: OverlapResult,
used_to_be_allowed: bool
)
[src]
fn check_for_common_items_in_impls(
&self,
impl1: DefId,
impl2: DefId,
overlap: OverlapResult,
used_to_be_allowed: 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?
fn check_for_overlapping_inherent_impls(&self, ty_def_id: DefId)
[src]
fn check_for_overlapping_inherent_impls(&self, ty_def_id: DefId)
🔬 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<'a, 'tcx, 'v> ItemLikeVisitor<'v> for InherentOverlapChecker<'a, 'tcx>
[src]
impl<'a, 'tcx, 'v> ItemLikeVisitor<'v> for InherentOverlapChecker<'a, 'tcx>
fn visit_item(&mut self, item: &'v Item)
[src]
fn visit_item(&mut self, item: &'v 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: &TraitItem)
[src]
fn visit_trait_item(&mut self, _trait_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, _impl_item: &ImplItem)
[src]
fn visit_impl_item(&mut self, _impl_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<'a, 'tcx> !Send for InherentOverlapChecker<'a, 'tcx>
impl<'a, 'tcx> !Send for InherentOverlapChecker<'a, 'tcx>
impl<'a, 'tcx> !Sync for InherentOverlapChecker<'a, 'tcx>
impl<'a, 'tcx> !Sync for InherentOverlapChecker<'a, 'tcx>