diff --git a/crates/verify/src/provider.rs b/crates/verify/src/provider.rs index b57415b4c925e..b917cdb4abc76 100644 --- a/crates/verify/src/provider.rs +++ b/crates/verify/src/provider.rs @@ -81,7 +81,7 @@ impl VerificationContext { .find(&self.target_path, &self.target_name) .ok_or_eyre("failed to find target artifact when compiling for metadata")?; - artifact.metadata.clone().ok_or_eyre("target artifact does not have an ABI") + artifact.metadata.clone().ok_or_eyre("target artifact does not have metadata") } /// Returns [Vec] containing imports of the target file.