Struct rustc_const_eval::ConstEvalErr
[−]
[src]
pub struct ConstEvalErr<'tcx> { pub span: Span, pub kind: ErrKind<'tcx>, }
🔬 This is a nightly-only experimental API. (
rustc_private
)Fields
span: Span
🔬 This is a nightly-only experimental API. (
rustc_private
)kind: ErrKind<'tcx>
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl<'tcx> ConstEvalErr<'tcx>
[src]
fn description(&self) -> ConstEvalErrDescription
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
impl<'tcx> Clone for ConstEvalErr<'tcx>
[src]
fn clone(&self) -> ConstEvalErr<'tcx>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more