Struct rustc_const_eval::transform::check_consts::ops::FnCallNonConst
source · pub struct FnCallNonConst<'tcx> {
pub caller: LocalDefId,
pub callee: DefId,
pub args: GenericArgsRef<'tcx>,
pub span: Span,
pub call_source: CallSource,
pub feature: Option<Symbol>,
}
Expand description
A function call where the callee is not marked as const
.
Fields§
§caller: LocalDefId
§callee: DefId
§args: GenericArgsRef<'tcx>
§span: Span
§call_source: CallSource
§feature: Option<Symbol>
Trait Implementations§
source§impl<'tcx> Clone for FnCallNonConst<'tcx>
impl<'tcx> Clone for FnCallNonConst<'tcx>
source§fn clone(&self) -> FnCallNonConst<'tcx>
fn clone(&self) -> FnCallNonConst<'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 FnCallNonConst<'tcx>
impl<'tcx> Debug for FnCallNonConst<'tcx>
source§impl<'tcx> NonConstOp<'tcx> for FnCallNonConst<'tcx>
impl<'tcx> NonConstOp<'tcx> for FnCallNonConst<'tcx>
fn build_error( &self, ccx: &ConstCx<'_, 'tcx>, _: Span ) -> DiagnosticBuilder<'tcx, ErrorGuaranteed>
source§fn status_in_item(&self, _ccx: &ConstCx<'_, 'tcx>) -> Status
fn status_in_item(&self, _ccx: &ConstCx<'_, 'tcx>) -> Status
Returns an enum indicating whether this operation is allowed within the given item.
fn importance(&self) -> DiagnosticImportance
impl<'tcx> Copy for FnCallNonConst<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for FnCallNonConst<'tcx>
impl<'tcx> !Send for FnCallNonConst<'tcx>
impl<'tcx> !Sync for FnCallNonConst<'tcx>
impl<'tcx> Unpin for FnCallNonConst<'tcx>
impl<'tcx> !UnwindSafe for FnCallNonConst<'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: 40 bytes