mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 08:16:16 +00:00
Instead of `ResultsCursor`. This partly undoes the second commit from #132346; possible because `Results::as_result_cursor` (which doesn't consume the `Results`) is now available. Delaying the `ResultsCursor` construction will facilitate the next couple of commits.