From 8e14bb92e05527787bb7bc78ffee83b9f5c3f641 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_frontend/src/dev/failure.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halo2_frontend/src/dev/failure.rs b/halo2_frontend/src/dev/failure.rs index 81339f353f..7ca752c6b1 100644 --- a/halo2_frontend/src/dev/failure.rs +++ b/halo2_frontend/src/dev/failure.rs @@ -836,7 +836,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,