-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Future
and IntoFuture
to the 2024 prelude
#121041
Conversation
thanks rustbot for giving me a compiler reviewer because i touched ui tests |
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! 😝😂 |
☔ The latest upstream changes (presumably #121086) made this pull request unmergeable. Please resolve the merge conflicts. |
r=me |
64e0026
to
895c5b9
Compare
@bors r=Mark-Simulacrum rollup |
This comment has been minimized.
This comment has been minimized.
@bors r- |
895c5b9
to
fd05db4
Compare
@bors r=Mark-Simulacrum rollup |
This comment has been minimized.
This comment has been minimized.
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.
🙏 |
… r=Mark-Simulacrum Add `Future` and `IntoFuture` to the 2024 prelude Implements rust-lang/rfcs#3509.
…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
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.
Implements rust-lang/rfcs#3509.