pub struct CollectAllMismatches<'a, 'tcx> {
pub infcx: &'a InferCtxt<'tcx>,
pub param_env: ParamEnv<'tcx>,
pub errors: Vec<TypeError<'tcx>>,
}
Fields§
§infcx: &'a InferCtxt<'tcx>
§param_env: ParamEnv<'tcx>
§errors: Vec<TypeError<'tcx>>
Trait Implementations§
source§impl<'a, 'tcx> TypeRelation<'tcx> for CollectAllMismatches<'a, 'tcx>
impl<'a, 'tcx> TypeRelation<'tcx> for CollectAllMismatches<'a, 'tcx>
fn tcx(&self) -> TyCtxt<'tcx>
fn intercrate(&self) -> bool
fn param_env(&self) -> ParamEnv<'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. Read moresource§fn mark_ambiguous(&mut self)
fn mark_ambiguous(&mut self)
Used during coherence. If called, must emit an always-ambiguous obligation.
source§fn relate_with_variance<T: Relate<'tcx>>(
&mut self,
_: Variance,
_: VarianceDiagInfo<'tcx>,
a: T,
b: T
) -> RelateResult<'tcx, T>
fn relate_with_variance<T: Relate<'tcx>>(
&mut self,
_: Variance,
_: VarianceDiagInfo<'tcx>,
a: T,
b: T
) -> RelateResult<'tcx, T>
Switch variance for the purpose of relating
a
and b
.fn regions(
&mut self,
a: Region<'tcx>,
_b: Region<'tcx>
) -> RelateResult<'tcx, Region<'tcx>>
fn tys(&mut self, a: Ty<'tcx>, b: Ty<'tcx>) -> RelateResult<'tcx, Ty<'tcx>>
fn consts(
&mut self,
a: Const<'tcx>,
b: Const<'tcx>
) -> RelateResult<'tcx, Const<'tcx>>
fn binders<T: Relate<'tcx>>(
&mut self,
a: Binder<'tcx, T>,
b: Binder<'tcx, T>
) -> RelateResult<'tcx, Binder<'tcx, T>>
fn with_cause<F, R>(&mut self, _cause: Cause, f: F) -> Rwhere
F: FnOnce(&mut Self) -> 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_substs(
&mut self,
item_def_id: DefId,
a_subst: &'tcx List<GenericArg<'tcx>>,
b_subst: &'tcx List<GenericArg<'tcx>>
) -> Result<&'tcx List<GenericArg<'tcx>>, TypeError<'tcx>>
fn relate_item_substs(
&mut self,
item_def_id: DefId,
a_subst: &'tcx List<GenericArg<'tcx>>,
b_subst: &'tcx List<GenericArg<'tcx>>
) -> Result<&'tcx List<GenericArg<'tcx>>, TypeError<'tcx>>
Relate the two substitutions for the given item. The default
is to look up the variance for the item and proceed
accordingly. Read more
Auto Trait Implementations§
impl<'a, 'tcx> !RefUnwindSafe for CollectAllMismatches<'a, 'tcx>
impl<'a, 'tcx> !Send for CollectAllMismatches<'a, 'tcx>
impl<'a, 'tcx> !Sync for CollectAllMismatches<'a, 'tcx>
impl<'a, 'tcx> Unpin for CollectAllMismatches<'a, 'tcx>where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for CollectAllMismatches<'a, 'tcx>
Blanket Implementations§
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: 40 bytes