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

Failed to compile for x86_64-unknown-linux-musl target #32

Open
agend opened this issue Jul 31, 2020 · 0 comments
Open

Failed to compile for x86_64-unknown-linux-musl target #32

agend opened this issue Jul 31, 2020 · 0 comments

Comments

@agend
Copy link
Contributor

agend commented Jul 31, 2020

cargo build --target x86_64-unknown-linux-musl

   Compiling rio v0.9.3 ()
error[E0451]: field `__pad1` of struct `libc::unix::linux_like::linux::musl::b64::msghdr` is private
  --> src/io_uring/in_flight.rs:40:17
   |
40 |                 __pad1:0,
   |                 ^^^^^^^^ private field

error[E0451]: field `__pad2` of struct `libc::unix::linux_like::linux::musl::b64::msghdr` is private
  --> src/io_uring/in_flight.rs:41:17
   |
41 |                 __pad2:0
   |                 ^^^^^^^^ private field

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0451`.
error: could not compile `rio`.

To learn more, run the command again with --verbose.
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

No branches or pull requests

1 participant