mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Print fx_suffix_constraints in Debug impl for Constraints
This commit is contained in:
parent
2e5c143a0b
commit
b31b30c468
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue