We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b032df6 commit 2aa90beCopy full SHA for 2aa90be
tests/test/coinduction.rs
@@ -217,7 +217,7 @@ fn coinductive_unsound1() {
217
goal {
218
forall<X> { X: C1orC2 }
219
} yields[SolverChoice::recursive()] {
220
- // FIXME -- recursive solver doesn't handle coinduction correctly
+ // FIXME(chalk#399) recursive solver doesn't handle coinduction correctly
221
"Unique; substitution [], lifetime constraints []"
222
}
223
@@ -453,7 +453,7 @@ fn coinductive_multicycle4() {
453
454
forall<X> { X: Any }
455
456
- // FIXME -- recursive solver doesn't have coinduction correctly
457
458
459
0 commit comments