Skip to content
New issue

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

Replace NoDrop with equivalent MaybeUnit-like union #118

Closed
bluss opened this issue Dec 24, 2018 · 3 comments
Closed

Replace NoDrop with equivalent MaybeUnit-like union #118

bluss opened this issue Dec 24, 2018 · 3 comments

Comments

@bluss
Copy link
Owner

bluss commented Dec 24, 2018

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.

@bluss bluss mentioned this issue Dec 24, 2018
5 tasks
@bluss
Copy link
Owner Author

bluss commented Jan 4, 2019

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.

@bluss
Copy link
Owner Author

bluss commented Jul 11, 2019

Implemented conditionally (Rust 1.36 or later) in #127

@bluss bluss mentioned this issue Jul 11, 2019
@bluss
Copy link
Owner Author

bluss commented Sep 5, 2019

Fixed by #129

@bluss bluss closed this as completed Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant