From 0bbcb9a49f20fa7df83a650ea82aa7ea6664cf8d Mon Sep 17 00:00:00 2001 From: Georg Wiese Date: Fri, 1 Mar 2024 12:12:43 +0100 Subject: [PATCH] Make VerifyFailure::emit public --- halo2_proofs/src/dev/failure.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halo2_proofs/src/dev/failure.rs b/halo2_proofs/src/dev/failure.rs index f9f5c27ded..9bdbf0fe71 100644 --- a/halo2_proofs/src/dev/failure.rs +++ b/halo2_proofs/src/dev/failure.rs @@ -834,7 +834,7 @@ fn render_shuffle( impl VerifyFailure { /// Emits this failure in pretty-printed format to stderr. - pub(super) fn emit(&self, prover: &MockProver) { + pub fn emit(&self, prover: &MockProver) { match self { Self::CellNotAssigned { gate,