Home
last modified time | relevance | path

Searched defs:UseVariableError (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/frontend/src/
H A Dfrontend.rs226 pub enum UseVariableError { enum
230 impl fmt::Display for UseVariableError { implementation
245 impl std::error::Error for UseVariableError {} implementation
449 pub fn try_use_var(&mut self, var: Variable) -> Result<Value, UseVariableError> { in try_use_var() argument