Skip to content

Commit 2aa90be

Browse files
committed
cite chalk#399 in the fixme
1 parent b032df6 commit 2aa90be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test/coinduction.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ fn coinductive_unsound1() {
217217
goal {
218218
forall<X> { X: C1orC2 }
219219
} yields[SolverChoice::recursive()] {
220-
// FIXME -- recursive solver doesn't handle coinduction correctly
220+
// FIXME(chalk#399) recursive solver doesn't handle coinduction correctly
221221
"Unique; substitution [], lifetime constraints []"
222222
}
223223
}
@@ -453,7 +453,7 @@ fn coinductive_multicycle4() {
453453
goal {
454454
forall<X> { X: Any }
455455
} yields[SolverChoice::recursive()] {
456-
// FIXME -- recursive solver doesn't have coinduction correctly
456+
// FIXME(chalk#399) recursive solver doesn't handle coinduction correctly
457457
"Unique; substitution [], lifetime constraints []"
458458
}
459459
}

0 commit comments

Comments
 (0)