Home
last modified time | relevance | path

Searched refs:IncompatibleDeclaration (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/module/src/
H A Dmodule.rs277 IncompatibleDeclaration(String), enumerator
317 | Self::IncompatibleDeclaration { .. } in source()
335 Self::IncompatibleDeclaration(name) => { in fmt()
748 Err(ModuleError::IncompatibleDeclaration(name.to_owned())) in declare_function()
795 Err(ModuleError::IncompatibleDeclaration(name.to_owned())) in declare_data()