Skip to content

Commit 62e7f9d

Browse files
committed
Add FIXME
1 parent 4c2aa88 commit 62e7f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ judgment_fn! {
5454
(prove_wc(decls, env, assumptions, WcData::Relation(goal)) => c)
5555
)
5656

57+
// FIXME: improve the subtype rule after adding lifetime
5758
(
5859
(if let Ty(_) = param1.clone())!
5960
(if let Ty(_) = param2.clone())!

0 commit comments

Comments
 (0)