Skip to content

Deprecate uninit_array#101179

Closed
SUPERCILEX wants to merge 3 commits intorust-lang:masterfrom
SUPERCILEX:uninit_array
Closed

Deprecate uninit_array#101179
SUPERCILEX wants to merge 3 commits intorust-lang:masterfrom
SUPERCILEX:uninit_array

Conversation

@SUPERCILEX
Copy link
Contributor

@SUPERCILEX SUPERCILEX commented Aug 30, 2022

Now that #98304 has gone through, uninit_array should be removed since creating a const array is the One True Way of doing things.

Tracking issue: #96097

Closes #66845

Blocked on: rust-lang/libs-team#122 (comment)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Both the name of and the docs for MaybeUninit::uninit_array() make what it actually does somewhat unclear