Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Remove all uses of mem::uninitialized #10842

Closed
dvdplm opened this issue Jul 4, 2019 · 0 comments · Fixed by #10861
Closed

Remove all uses of mem::uninitialized #10842

dvdplm opened this issue Jul 4, 2019 · 0 comments · Fixed by #10861
Labels
F5-task 🎬 Generic label for things that just have to get done but are no issues in first place. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. Q2-easy 💃 Can be fixed by copy and pasting from StackOverflow.
Milestone

Comments

@dvdplm
Copy link
Collaborator

dvdplm commented Jul 4, 2019

1.36 is stable and we're using mem::uninitialized in a few places. Replace with MaybeUninit.

@dvdplm dvdplm added F5-task 🎬 Generic label for things that just have to get done but are no issues in first place. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. Q2-easy 💃 Can be fixed by copy and pasting from StackOverflow. labels Jul 4, 2019
@jam10o-new jam10o-new added this to the 2.7 milestone Jul 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F5-task 🎬 Generic label for things that just have to get done but are no issues in first place. M4-core ⛓ Core client code / Rust. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. Q2-easy 💃 Can be fixed by copy and pasting from StackOverflow.
Projects
None yet
2 participants