Skip to content

Commit

Permalink
Fix CFG predicate for GoalData.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Feb 23, 2024
1 parent 76a6e29 commit d7d6fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/argus/src/proof_tree/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl GoalInterner {
num_vars,
is_lhs_ty_var,

#[cfg(feature = "testing")]
#[cfg(debug_assertions)]
debug_comparison: format!("{:?}", goal.predicate.kind().skip_binder()),
});

Expand Down

0 comments on commit d7d6fe0

Please sign in to comment.