Skip to content

Undo division of in6_addr on Fuchsia #1069

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

Merged
merged 1 commit into from
Aug 24, 2018

Conversation

cramertj
Copy link
Member

This was broken out into a separate type to match the native representation on Fuchsia in https://github.com/rust-lang/libc/pull/1067/files, but it caused a breakage in libstd/net/addr.rs because some platform-independent code was expecting to be able to access the fields of this struct directly. In order to avoid introducing new cfgs into the codebase, this change is being rolled back (especially since the two forms should be equivalent in how the wrapping struct is passed via the C ABI).

r? @alexcrichton

@alexcrichton alexcrichton merged commit 1844a77 into rust-lang:master Aug 24, 2018
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.

2 participants