Struct rustc_infer::infer::error_reporting::SameTypeModuloInfer
source · struct SameTypeModuloInfer<'a, 'tcx>(&'a InferCtxt<'tcx>);Tuple Fields§
§0: &'a InferCtxt<'tcx>Trait Implementations§
source§impl<'tcx> TypeRelation<'tcx> for SameTypeModuloInfer<'_, 'tcx>
impl<'tcx> TypeRelation<'tcx> for SameTypeModuloInfer<'_, 'tcx>
fn tcx(&self) -> TyCtxt<'tcx>
source§fn a_is_expected(&self) -> bool
fn a_is_expected(&self) -> bool
Returns
true if the value a is the “expected” type in the
relation. Just affects error messages.source§fn relate_with_variance<T: Relate<'tcx>>(
&mut self,
_variance: Variance,
_info: VarianceDiagInfo<'tcx>,
a: T,
b: T
) -> RelateResult<'tcx, T>
fn relate_with_variance<T: Relate<'tcx>>( &mut self, _variance: Variance, _info: VarianceDiagInfo<'tcx>, a: T, b: T ) -> RelateResult<'tcx, T>
Switch variance for the purpose of relating
a and b.fn tys(&mut self, a: Ty<'tcx>, b: Ty<'tcx>) -> RelateResult<'tcx, Ty<'tcx>>
fn regions( &mut self, a: Region<'tcx>, b: Region<'tcx> ) -> RelateResult<'tcx, Region<'tcx>>
fn binders<T>(
&mut self,
a: Binder<'tcx, T>,
b: Binder<'tcx, T>
) -> RelateResult<'tcx, Binder<'tcx, T>>where
T: Relate<'tcx>,
fn consts( &mut self, a: Const<'tcx>, _b: Const<'tcx> ) -> RelateResult<'tcx, Const<'tcx>>
fn with_cause<F, R>(&mut self, _cause: Cause, f: F) -> R
source§fn relate<T>(&mut self, a: T, b: T) -> Result<T, TypeError<'tcx>>where
T: Relate<'tcx>,
fn relate<T>(&mut self, a: T, b: T) -> Result<T, TypeError<'tcx>>where
T: Relate<'tcx>,
Generic relation routine suitable for most anything.
source§fn relate_item_args(
&mut self,
item_def_id: DefId,
a_arg: &'tcx List<GenericArg<'tcx>>,
b_arg: &'tcx List<GenericArg<'tcx>>
) -> Result<&'tcx List<GenericArg<'tcx>>, TypeError<'tcx>>
fn relate_item_args( &mut self, item_def_id: DefId, a_arg: &'tcx List<GenericArg<'tcx>>, b_arg: &'tcx List<GenericArg<'tcx>> ) -> Result<&'tcx List<GenericArg<'tcx>>, TypeError<'tcx>>
Relate the two args for the given item. The default
is to look up the variance for the item and proceed
accordingly.
Auto Trait Implementations§
impl<'a, 'tcx> !RefUnwindSafe for SameTypeModuloInfer<'a, 'tcx>
impl<'a, 'tcx> !Send for SameTypeModuloInfer<'a, 'tcx>
impl<'a, 'tcx> !Sync for SameTypeModuloInfer<'a, 'tcx>
impl<'a, 'tcx> Unpin for SameTypeModuloInfer<'a, 'tcx>
impl<'a, 'tcx> !UnwindSafe for SameTypeModuloInfer<'a, '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: 8 bytes