Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator` by crlf0710 · Pull Request #93613 · rust-lang/rust

taiki-e

yoshuawuyts

@crlf0710

@crlf0710 crlf0710 added the T-libs-api

Relevant to the library API team, which will review and decide on the PR/issue.

label

Feb 5, 2022

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Feb 16, 2022

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Feb 17, 2022
Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`

Following amendments in rust-lang/rfcs#3208.

cc rust-lang#79024
cc `@yoshuawuyts` `@joshtriplett`

bors added a commit to rust-lang-ci/rust that referenced this pull request

Feb 18, 2022
…askrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#92683 (Suggest copying trait associated type bounds on lifetime error)
 - rust-lang#92933 (Deny mixing bin crate type with lib crate types)
 - rust-lang#92959 (Add more info and suggestions to use of #[test] on invalid items)
 - rust-lang#93024 (Do not ICE when inlining a function with un-satisfiable bounds)
 - rust-lang#93613 (Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`)
 - rust-lang#93634 (compiler: clippy::complexity fixes)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup