Struct cranelift_codegen::verifier::VerifierError [−][src]
A verifier error.
Fields
location: AnyEntity
The entity causing the verifier error.
message: String
The error message.
Trait Implementations
impl Debug for VerifierError[src]
impl Debug for VerifierErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for VerifierError[src]
impl PartialEq for VerifierErrorfn eq(&self, other: &VerifierError) -> bool[src]
fn eq(&self, other: &VerifierError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VerifierError) -> bool[src]
fn ne(&self, other: &VerifierError) -> boolThis method tests for !=.
impl Eq for VerifierError[src]
impl Eq for VerifierErrorimpl Display for VerifierError[src]
impl Display for VerifierErrorAuto Trait Implementations
impl Send for VerifierError
impl Send for VerifierErrorimpl Sync for VerifierError
impl Sync for VerifierError