Struct rustc_const_eval::transform::promote_consts::Validator
source · [−]struct Validator<'a, 'tcx> {
ccx: &'a ConstCx<'a, 'tcx>,
temps: &'a mut IndexVec<Local, TempState>,
}
Expand description
Checks whether locals that appear in a promotion context (Candidate
) are actually promotable.
This wraps an Item
, and has access to all fields of that Item
via Deref
coercion.
Fields
ccx: &'a ConstCx<'a, 'tcx>
temps: &'a mut IndexVec<Local, TempState>
Implementations
sourceimpl<'tcx> Validator<'_, 'tcx>
impl<'tcx> Validator<'_, 'tcx>
fn validate_candidate(
&mut self,
candidate: Candidate
) -> Result<(), Unpromotable>
fn qualif_local<Q: Qualif>(&mut self, local: Local) -> bool
fn validate_local(&mut self, local: Local) -> Result<(), Unpromotable>
fn validate_place(&mut self, place: PlaceRef<'tcx>) -> Result<(), Unpromotable>
fn validate_operand(
&mut self,
operand: &Operand<'tcx>
) -> Result<(), Unpromotable>
fn validate_ref(
&mut self,
kind: BorrowKind,
place: &Place<'tcx>
) -> Result<(), Unpromotable>
fn validate_rvalue(&mut self, rvalue: &Rvalue<'tcx>) -> Result<(), Unpromotable>
fn validate_call(
&mut self,
callee: &Operand<'tcx>,
args: &[Operand<'tcx>]
) -> Result<(), Unpromotable>
Methods from Deref<Target = ConstCx<'a, 'tcx>>
pub fn def_id(&self) -> LocalDefId
sourcepub fn const_kind(&self) -> ConstContext
pub fn const_kind(&self) -> ConstContext
Returns the kind of const context this Item
represents (const
, static
, etc.).
Panics if this Item
is not const.
pub fn is_const_stable_const_fn(&self) -> bool
fn is_async(&self) -> bool
Trait Implementations
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for Validator<'a, 'tcx>
impl<'a, 'tcx> !Send for Validator<'a, 'tcx>
impl<'a, 'tcx> !Sync for Validator<'a, 'tcx>
impl<'a, 'tcx> Unpin for Validator<'a, 'tcx>where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for Validator<'a, 'tcx>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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: 16 bytes