Struct cranelift_codegen::verifier::VerifierError [−][src]
A verifier error.
Fields
location: AnyEntity
The entity causing the verifier error.
message: String
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 VerifierErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<VerifierError> for CodegenError[src]
impl From<VerifierError> for CodegenErrorfn from(e: VerifierError) -> Self[src]
fn from(e: VerifierError) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for VerifierError
impl Send for VerifierErrorimpl Sync for VerifierError
impl Sync for VerifierError