pub enum IrError {
FunctionLocalClobbered(String, String),
InvalidMetadatum,
MismatchedReturnTypes(String),
MisplacedTerminator(String),
MissingBlock(String),
MissingTerminator(String),
NonUniquePhiLabels,
ParseFailure(String, String),
ValueNotFound(String),
}
Variants
FunctionLocalClobbered(String, String)
InvalidMetadatum
MismatchedReturnTypes(String)
MisplacedTerminator(String)
MissingBlock(String)
MissingTerminator(String)
NonUniquePhiLabels
ParseFailure(String, String)
ValueNotFound(String)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IrError
impl Send for IrError
impl Sync for IrError
impl Unpin for IrError
impl UnwindSafe for IrError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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