pub enum IntercrateAmbiguityCause<'tcx> {
DownstreamCrate {
trait_ref: TraitRef<'tcx>,
self_ty: Option<Ty<'tcx>>,
},
UpstreamCrateUpdate {
trait_ref: TraitRef<'tcx>,
self_ty: Option<Ty<'tcx>>,
},
ReservationImpl {
message: Symbol,
},
}
Variants§
Implementations§
source§impl<'tcx> IntercrateAmbiguityCause<'tcx>
impl<'tcx> IntercrateAmbiguityCause<'tcx>
sourcepub fn add_intercrate_ambiguity_hint(&self, err: &mut Diagnostic)
pub fn add_intercrate_ambiguity_hint(&self, err: &mut Diagnostic)
Emits notes when the overlap is caused by complex intercrate ambiguities. See #23980 for details.
pub fn intercrate_ambiguity_hint(&self) -> String
Trait Implementations§
source§impl<'tcx> Clone for IntercrateAmbiguityCause<'tcx>
impl<'tcx> Clone for IntercrateAmbiguityCause<'tcx>
source§fn clone(&self) -> IntercrateAmbiguityCause<'tcx>
fn clone(&self) -> IntercrateAmbiguityCause<'tcx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'tcx> Debug for IntercrateAmbiguityCause<'tcx>
impl<'tcx> Debug for IntercrateAmbiguityCause<'tcx>
source§impl<'tcx> Hash for IntercrateAmbiguityCause<'tcx>
impl<'tcx> Hash for IntercrateAmbiguityCause<'tcx>
source§impl<'tcx> PartialEq for IntercrateAmbiguityCause<'tcx>
impl<'tcx> PartialEq for IntercrateAmbiguityCause<'tcx>
source§fn eq(&self, other: &IntercrateAmbiguityCause<'tcx>) -> bool
fn eq(&self, other: &IntercrateAmbiguityCause<'tcx>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'tcx> Eq for IntercrateAmbiguityCause<'tcx>
impl<'tcx> StructuralEq for IntercrateAmbiguityCause<'tcx>
impl<'tcx> StructuralPartialEq for IntercrateAmbiguityCause<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for IntercrateAmbiguityCause<'tcx>
impl<'tcx> Send for IntercrateAmbiguityCause<'tcx>
impl<'tcx> Sync for IntercrateAmbiguityCause<'tcx>
impl<'tcx> Unpin for IntercrateAmbiguityCause<'tcx>
impl<'tcx> !UnwindSafe for IntercrateAmbiguityCause<'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes
Size for each variant:
DownstreamCrate
: 28 bytesUpstreamCrateUpdate
: 28 bytesReservationImpl
: 4 bytes