Struct regalloc::CheckerErrors [−][src]
pub struct CheckerErrors { /* fields omitted */ }
Expand description
A set of errors detected by the regalloc checker.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CheckerErrors
impl Send for CheckerErrors
impl Sync for CheckerErrors
impl Unpin for CheckerErrors
impl UnwindSafe for CheckerErrors
Blanket Implementations
Mutably borrows from an owned value. Read more