Add Future and IntoFuture to the 2024 prelude#121041
Merged
bors merged 1 commit intorust-lang:masterfrom Feb 19, 2024
Merged
Conversation
Collaborator
This was referenced Feb 13, 2024
Member
Author
|
thanks rustbot for giving me a compiler reviewer because i touched ui tests |
15 tasks
Member
Since rustbot tries to find the largest diff to figure out the most appropriate code owner, of course you should've removed the two empty lines from the UI test to make it choose libs over compiler (9 lines libs, 10 → 8 lines compiler). It's your fault! 😝😂 |
Collaborator
|
☔ The latest upstream changes (presumably #121086) made this pull request unmergeable. Please resolve the merge conflicts. |
Member
|
r=me |
64e0026 to
895c5b9
Compare
Member
Author
|
@bors r=Mark-Simulacrum rollup |
Collaborator
This comment has been minimized.
This comment has been minimized.
Member
Author
|
@bors r- |
895c5b9 to
fd05db4
Compare
Member
Author
|
@bors r=Mark-Simulacrum rollup |
Collaborator
This comment has been minimized.
This comment has been minimized.
Member
Author
|
ok ok bors i am listening i will stop the eager r+ |
fd05db4 to
06f0edc
Compare
Implements RFC 3509.
06f0edc to
bd8a1a4
Compare
This comment has been minimized.
This comment has been minimized.
Member
Author
|
🙏 |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Feb 19, 2024
… r=Mark-Simulacrum Add `Future` and `IntoFuture` to the 2024 prelude Implements rust-lang/rfcs#3509.
This was referenced Feb 19, 2024
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 19, 2024
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#119808 (Store core::str::CharSearcher::utf8_size as u8) - rust-lang#121032 (Continue reporting remaining errors instead of silently dropping them) - rust-lang#121041 (Add `Future` and `IntoFuture` to the 2024 prelude) - rust-lang#121230 (Extend Level API) - rust-lang#121272 (Add diagnostic items for legacy numeric constants) - rust-lang#121275 (add test for panicking attribute macros) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 19, 2024
Rollup merge of rust-lang#121041 - Nilstrieb:into-the-future-of-2024, r=Mark-Simulacrum Add `Future` and `IntoFuture` to the 2024 prelude Implements rust-lang/rfcs#3509.
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.
Implements rust-lang/rfcs#3509.