Skip to content

Commit

Permalink
Make VerifyFailure::emit public
Browse files Browse the repository at this point in the history
  • Loading branch information
georgwiese committed Mar 1, 2024
1 parent 73408a1 commit fb80875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/dev/failure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ fn render_shuffle<F: Field>(

impl VerifyFailure {
/// Emits this failure in pretty-printed format to stderr.
pub(super) fn emit<F: Field>(&self, prover: &MockProver<F>) {
pub fn emit<F: Field>(&self, prover: &MockProver<F>) {
match self {
Self::CellNotAssigned {
gate,
Expand Down

0 comments on commit fb80875

Please sign in to comment.