-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Stabilize the Rust 2024 prelude #134178
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
Stabilize the Rust 2024 prelude #134178
Conversation
library/std/src/prelude/mod.rs
Outdated
| //! The prelude used in Rust 2024, [`std::prelude::rust_2024`], includes all of the above, | ||
| //! and in addition re-exports: | ||
| //! | ||
| //! * <code>[std::future]::{[Future], [IntoFuture]}</code> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit, looks like all the other lines end with a . (including one fixed here).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, fixed, thanks!
9d45690 to
1bc5897
Compare
|
I don't think this needs FCP but I'm just waiting on somebody from @rust-lang/libs-api to confirm |
|
LGTM r=me |
|
@bors r=amanieu,traviscross,tgross35 rollup |
This stabilizes the
core::prelude::rust_2024andstd::prelude::rust_2024modules. I missed these in the #133349 stabilization.