Skip to content

Commit 86c67bb

Browse files
committed
prove_wc: rename the rule for well-formed parameters
1 parent 47f418f commit 86c67bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/formality-prove/src/prove/prove_wc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ judgment_fn! {
111111

112112
(
113113
(prove_wf(decls, env, assumptions, p) => c)
114-
----------------------------- ("trait ref is local")
114+
----------------------------- ("parameter well formed")
115115
(prove_wc(decls, env, assumptions, Relation::WellFormed(p)) => c)
116116
)
117117

0 commit comments

Comments
 (0)