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

Remove uninitialized() in favor of MaybeUninit? #42

Open
icefoxen opened this issue Aug 23, 2019 · 0 comments
Open

Remove uninitialized() in favor of MaybeUninit? #42

icefoxen opened this issue Aug 23, 2019 · 0 comments

Comments

@icefoxen
Copy link

icefoxen commented Aug 23, 2019

Basically, there's some points where uninitialized!() gets used when we are implementing conversions that could be turned into MaybeUninit. This looks pretty straightforward. The real question is, since this only got stabilized in rustc 1.36, is it desirable to require that as a minimum version for Mint? Not sure if that counts as a semver breaking change.

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

2 participants