We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stop using the nodrop crate in arrayvec.
We need (to replace nodrop with something) sound inclusion of uninitialized inline array values and soundness vs the Option Some/None issue.
The text was updated successfully, but these errors were encountered:
This was implemented conditionally in latest 0.4.x and master in PR #114, but the issue not solved until that's available on stable.
Sorry, something went wrong.
mem::uninitialized
Implemented conditionally (Rust 1.36 or later) in #127
Fixed by #129
No branches or pull requests
Stop using the nodrop crate in arrayvec.
We need (to replace nodrop with something) sound inclusion of uninitialized inline array values and soundness vs the Option Some/None issue.
The text was updated successfully, but these errors were encountered: