Enum regalloc::RegAllocError [−][src]
pub enum RegAllocError { OutOfRegisters(RegClass), MissingSuggestedScratchReg(RegClass), Analysis(AnalysisError), RegChecker(CheckerErrors), Other(String), }
An error from the register allocator.
Variants
OutOfRegisters(RegClass)
MissingSuggestedScratchReg(RegClass)
Analysis(AnalysisError)
RegChecker(CheckerErrors)
Other(String)
Trait Implementations
impl Clone for RegAllocError
[src]
impl Clone for RegAllocError
[src]