diff --git a/cranelift-codegen/src/result.rs b/cranelift-codegen/src/result.rs index 7a577d09f..94d260713 100644 --- a/cranelift-codegen/src/result.rs +++ b/cranelift-codegen/src/result.rs @@ -12,7 +12,7 @@ pub enum CodegenError { /// /// This always represents a bug, either in the code that generated IR for Cranelift, or a bug /// in Cranelift itself. - #[error("Verifier errors")] + #[error("Verifier errors:\n{0}")] Verifier(#[from] VerifierErrors), /// An implementation limit was exceeded.