Struct rustc_trait_selection::infer::canonical::ir::fast_reject::DeepRejectCtxt
source · pub struct DeepRejectCtxt<I>where
I: Interner,{
treat_obligation_params: TreatParams,
_interner: PhantomData<I>,
}
Expand description
Given generic arguments from an obligation and an impl, could these two be unified after replacing parameters in the the impl with inference variables.
For obligations, parameters won’t be replaced by inference variables and only unify with themselves. We treat them the same way we treat placeholders.
We also use this function during coherence. For coherence the
impls only have to overlap for some value, so we treat parameters
on both sides like inference variables. This behavior is toggled
using the treat_obligation_params
field.
Fields§
§treat_obligation_params: TreatParams
§_interner: PhantomData<I>
Implementations§
source§impl<I> DeepRejectCtxt<I>where
I: Interner,
impl<I> DeepRejectCtxt<I>where
I: Interner,
pub fn new( _interner: I, treat_obligation_params: TreatParams, ) -> DeepRejectCtxt<I>
pub fn args_may_unify( self, obligation_args: <I as Interner>::GenericArgs, impl_args: <I as Interner>::GenericArgs, ) -> bool
pub fn types_may_unify( self, obligation_ty: <I as Interner>::Ty, impl_ty: <I as Interner>::Ty, ) -> bool
pub fn consts_may_unify( self, obligation_ct: <I as Interner>::Const, impl_ct: <I as Interner>::Const, ) -> bool
Trait Implementations§
source§impl<I> Clone for DeepRejectCtxt<I>
impl<I> Clone for DeepRejectCtxt<I>
source§fn clone(&self) -> DeepRejectCtxt<I>
fn clone(&self) -> DeepRejectCtxt<I>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl<I> Debug for DeepRejectCtxt<I>
impl<I> Debug for DeepRejectCtxt<I>
impl<I> Copy for DeepRejectCtxt<I>
Auto Trait Implementations§
impl<I> DynSend for DeepRejectCtxt<I>where
I: DynSend,
impl<I> DynSync for DeepRejectCtxt<I>where
I: DynSync,
impl<I> Freeze for DeepRejectCtxt<I>
impl<I> RefUnwindSafe for DeepRejectCtxt<I>where
I: RefUnwindSafe,
impl<I> Send for DeepRejectCtxt<I>where
I: Send,
impl<I> Sync for DeepRejectCtxt<I>where
I: Sync,
impl<I> Unpin for DeepRejectCtxt<I>where
I: Unpin,
impl<I> UnwindSafe for DeepRejectCtxt<I>where
I: UnwindSafe,
Blanket Implementations§
source§impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
fn allocate_on<'a>(self, arena: &'a Arena<'tcx>) -> &'a mut T
fn allocate_from_iter<'a>( arena: &'a Arena<'tcx>, iter: impl IntoIterator<Item = T>, ) -> &'a mut [T]
source§impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
impl<'tcx, T> ArenaAllocatable<'tcx, IsCopy> for Twhere
T: Copy,
fn allocate_on<'a>(self, arena: &'a Arena<'tcx>) -> &'a mut T
fn allocate_from_iter<'a>( arena: &'a Arena<'tcx>, iter: impl IntoIterator<Item = T>, ) -> &'a mut [T]
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
source§impl<T> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<P> IntoQueryParam<P> for P
impl<P> IntoQueryParam<P> for P
fn into_query_param(self) -> P
source§impl<T> MaybeResult<T> for T
impl<T> MaybeResult<T> for T
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
impl<I, T, U> Upcast<I, U> for Twhere
U: UpcastFrom<I, T>,
source§impl<I, T> UpcastFrom<I, T> for T
impl<I, T> UpcastFrom<I, T> for T
fn upcast_from(from: T, _tcx: I) -> T
source§impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
impl<Tcx, T> Value<Tcx> for Twhere
Tcx: DepContext,
default fn from_cycle_error( tcx: Tcx, cycle_error: &CycleError, _guar: ErrorGuaranteed, ) -> T
source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
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: 1 byte