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 mem::uninitialized() with mem::MaybeUninit::uninit().assume_init() #133

Closed
wants to merge 1 commit into from

Conversation

MakotoE
Copy link

@MakotoE MakotoE commented May 2, 2021

Fixes #132.

This does not substitute for using safe alternatives over unsafe but it at least allows the code to run. Here's the docs for core::mem::uninitialized.

@chase-manning
Copy link
Contributor

Thanks for the PR! This has been implemented now in another PR 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Engine doesn't work in Arena
2 participants