Print fx_suffix_constraints in Debug impl for Constraints

This commit is contained in:
Agus Zubiaga 2024-10-27 14:28:04 -03:00
parent 2e5c143a0b
commit b31b30c468
No known key found for this signature in database

View file

@ -53,6 +53,7 @@ impl std::fmt::Debug for Constraints {
.field("pattern_eq", &self.pattern_eq)
.field("cycles", &self.cycles)
.field("fx_call_constraints", &self.fx_call_constraints)
.field("fx_suffix_constraints", &self.fx_suffix_constraints)
.finish()
}
}