-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Updated RELEASES.md for 1.32.0 #57471
Conversation
There are a lot of missing links: https://github.com/rust-lang/rust/blob/f82ecff4d17ab0f90979294ccf5f5079d9df08eb/RELEASES.md#stabilized-apis |
been changed from `*const` to `*mut` as the previous implementation | ||
was unsound. | ||
|
||
[55148]: https://github.com/rust-lang/rust/pull/55148/ |
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.
There's some kind of formatting issue; for me, all entries below this point show up as part of one huge block of text.
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.
The issue was caused by the fact that GitHub's markdown editor doesn't like having inner brackets in a link even when wrapped in graves, and breaks all links after it. In this case the notation for slices breaks it.
[`[T]::as_ptr`]
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
@bors r+ high |
📌 Commit 359e6bf has been approved by |
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.
formatting nits.
@bors r+ p=1000 |
📌 Commit 890a8a4 has been approved by |
Updated RELEASES.md for 1.32.0 [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md) r? @Mark-Simulacrum cc @rust-lang/release
☀️ Test successful - checks-travis, status-appveyor |
[beta] Rollup backports Cherry-picked: * #57355: use the correct supertrait substitution in `object_ty_for_trait` * #57471: Updated RELEASES.md for 1.32.0 Rolled up: * #57483: [beta] Uniform path backports * c658d73: resolve: Avoid "self-confirming" resolutions in import validation * #57160: resolve: Fix an ICE in import validation * #56759: Stabilize `uniform_paths` r? @ghost
Rendered
r? @Mark-Simulacrum
cc @rust-lang/release