Skip to content

Commit 8f7e23d

Browse files
committed
Address comments
Signed-off-by: Zahari Dichev <[email protected]>
1 parent b294248 commit 8f7e23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test/projection.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,8 @@ fn rust_analyzer_regression() {
712712
PI: ParallelIterator
713713
}
714714
}
715-
} yields_all[SolverChoice::slg(5, None)] {
716-
"substitution [], lifetime constraints []"
715+
} yields_first[SolverChoice::slg(4, None)] {
716+
"Floundered"
717717
}
718718
}
719719
}

0 commit comments

Comments
 (0)