Struct rustc_const_eval::ConstEvalErr
[−]
[src]
pub struct ConstEvalErr { pub span: Span, pub kind: ErrKind, }
Unstable (
rustc_private
)Fields
span: Span
Unstable (
rustc_private
)kind: ErrKind
Unstable (
rustc_private
)Methods
impl ConstEvalErr
[src]
fn description(&self) -> Cow<str>
Trait Implementations
Derived Implementations
impl Clone for ConstEvalErr
[src]
fn clone(&self) -> ConstEvalErr
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