-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[stable] 1.72.0 release #115057
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
[stable] 1.72.0 release #115057
Conversation
|
@bors r+ p=600 |
☀️ Test successful - checks-actions |
- [Return `Ok` on kill if process has already exited](https://github.com/rust-lang/rust/pull/112594/) | ||
- [Implement PartialOrd for `Vec`s over different allocators](https://github.com/rust-lang/rust/pull/112632/) | ||
- [Use 128 bits for TypeId hash](https://github.com/rust-lang/rust/pull/109953/) | ||
- [Don't drain-on-drop in DrainFilter impls of various collections.](https://github.com/rust-lang/rust/pull/104455/) |
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.
Maybe I'm missing something, but isn't this irrelevant to the release given that drain_filter
/exclude_if
/... is unstable?
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.
Seems plausible. Feel free to file a PR against the master branch adjusting these release notes to reflect that.
r? @Mark-Simulacrum