MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / result.rs

File result.rs

cranelift/codegen/src/result.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Result and error types representing the outcome of compiling a function.
2
3use crate::{ir::Function, verifier::VerifierErrors};
4use alloc::string::String;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected