Skip to content

Commit 992554d

Browse files
committed
Update test
1 parent 9786367 commit 992554d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

tests/test/projection.rs

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -968,19 +968,6 @@ fn rust_analyzer_regression() {
968968
}
969969
}
970970

971-
//fn try_reduce_with<PI, R, T>(pi: PI, reduce_op: R) -> Option<T>
972-
// where
973-
// PI: ParallelIterator<Item = T>,
974-
// R: FnOnce(T::Ok) -> T,
975-
// T: Try,
976-
// {
977-
// pi.drive_unindexed()
978-
// }
979-
//
980-
// where `drive_unindexed` is a method in `ParallelIterator`:
981-
//
982-
// fn drive_unindexed(self) -> ();
983-
984971
goal {
985972
forall<PI, R, T> {
986973
if (
@@ -991,8 +978,8 @@ fn rust_analyzer_regression() {
991978
PI: ParallelIterator
992979
}
993980
}
994-
} yields_first[SolverChoice::slg(4, None)] {
995-
"Floundered"
981+
} yields {
982+
"Unique; substitution [], lifetime constraints []"
996983
}
997984
}
998985
}

0 commit comments

Comments
 (0)