]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #86344 - est31:maybe-uninit-extra, r=RalfJung
authorYuki Okushi <jtitor@2k36.org>
Mon, 12 Jul 2021 23:54:27 +0000 (08:54 +0900)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 23:54:27 +0000 (08:54 +0900)
commitb507cd1745663c53cc4b3714de54206fce894ffd
tree30f1168e6e3fc2b26586b3fb162895b74b3e9217
parent955b9c0d4cd9176b53f518e01cbe175545c69947
parent848a6215914e7396172e7a3895bbdbbd6a6e3247
Rollup merge of #86344 - est31:maybe-uninit-extra, r=RalfJung

Split MaybeUninit::write into new feature gate and stabilize it

This splits off the `MaybeUninit::write` function from the `maybe_uninit_extra` feature gate into a new `maybe_uninit_write` feature gate and stabilizes it.

Earlier work to improve the documentation of the write function: #86220

Tracking issue: #63567
library/core/src/mem/maybe_uninit.rs