Move {core,std}::stream::Stream to {core,std}::async_iter::AsyncIterator#93613
Merged
bors merged 1 commit intorust-lang:masterfrom Feb 18, 2022
Merged
Move {core,std}::stream::Stream to {core,std}::async_iter::AsyncIterator#93613bors merged 1 commit intorust-lang:masterfrom
{core,std}::stream::Stream to {core,std}::async_iter::AsyncIterator#93613bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
|
r? @yaahc (rust-highfive has picked a reviewer for you, use r? to override) |
taiki-e
reviewed
Feb 3, 2022
yoshuawuyts
approved these changes
Feb 3, 2022
66aa988 to
18130a2
Compare
Member
Author
|
Squashed and rebased, thanks! |
Member
Collaborator
|
📌 Commit 18130a2 has been approved by |
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
9 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following amendments in rust-lang/rfcs#3208.
cc #79024
cc @yoshuawuyts @joshtriplett