Struct rustc_const_eval::transform::check_consts::ops::FnCallNonConst
source · pub struct FnCallNonConst<'tcx> {
pub caller: LocalDefId,
pub callee: DefId,
pub substs: SubstsRef<'tcx>,
pub span: Span,
pub from_hir_call: bool,
}
Expand description
A function call where the callee is not marked as const
.
Fields
caller: LocalDefId
callee: DefId
substs: SubstsRef<'tcx>
span: Span
from_hir_call: bool
Trait Implementations
sourceimpl<'tcx> Clone for FnCallNonConst<'tcx>
impl<'tcx> Clone for FnCallNonConst<'tcx>
sourcefn clone(&self) -> FnCallNonConst<'tcx>
fn clone(&self) -> FnCallNonConst<'tcx>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'tcx> Debug for FnCallNonConst<'tcx>
impl<'tcx> Debug for FnCallNonConst<'tcx>
sourceimpl<'tcx> NonConstOp<'tcx> for FnCallNonConst<'tcx>
impl<'tcx> NonConstOp<'tcx> for FnCallNonConst<'tcx>
fn build_error(
&self,
ccx: &ConstCx<'_, 'tcx>,
_: Span
) -> DiagnosticBuilder<'tcx, ErrorGuaranteed>
sourcefn 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
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: 32 bytes