File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments