You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: