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

Suppress a build warning on Fuchsia #1442

Merged
merged 1 commit into from
May 30, 2021
Merged

Conversation

asomers
Copy link
Member

@asomers asomers commented May 30, 2021

Beginning with 1.41.0, Rust considers it UB to zero-initialize a
function pointer, even if you try to hide it behind mem::MaybeUninit.
Suppress this warning to fix the build until we come up with a better
permanent solution.

Issue #1441

Beginning with 1.41.0, Rust considers it UB to zero-initialize a
function pointer, even if you try to hide it behind `mem::MaybeUninit`.
Suppress this warning to fix the build until we come up with a better
permanent solution.

Issue nix-rust#1441
@asomers asomers merged commit 9f1b35b into nix-rust:master May 30, 2021
@asomers asomers deleted the issue-1441 branch May 30, 2021 18:12
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.

1 participant