rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.9k stars 12.52k forks source link

Tracking issue for release notes of #130542: Stabilize const `MaybeUninit::as_mut_ptr` #130544

Open rustbot opened 13 hours ago

rustbot commented 13 hours ago

This issue tracks the release notes text for #130542.

Steps

Release notes text

The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).

# Category (e.g. Language, Compiler, Libraries, Compatibility notes, ...)
- [Stabilize const `MaybeUninit::as_mut_ptr`](https://github.com/rust-lang/rust/pull/130542)

[!TIP] Use the previous releases categories to help choose which one(s) to use. The category will be de-duplicated with all the other ones by the release team.

More than one section can be included if needed.

Release blog section

If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section. Otherwise leave it empty.

cc @ultrabear, @cuviper -- origin issue/PR authors and assignees for starting to draft text

workingjubilee commented 13 hours ago

There are (probably) going to be a zillion of these, so uh I don't think they need any additional text. Just... new stable API, the const on that.