quiche/tokio-quiche build Failure cargo build --release --target x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl
Compiling task-killswitch v0.2.0
Compiling datagram-socket v0.5.0
error: cannot construct msghdr with struct literal syntax due to private fields
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datagram-socket-0.5.0/src/mmsg.rs:59:26
|
59 | msg_hdr: libc::msghdr {
| ^^^^^^^^^^^^
|
= note: ...and other private fields __pad1 and __pad2 that were not provided
error: cannot construct msghdr with struct literal syntax due to private fields
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datagram-socket-0.5.0/src/mmsg.rs:119:26
|
119 | msg_hdr: libc::msghdr {
| ^^^^^^^^^^^^
|
= note: ...and other private fields __pad1 and __pad2 that were not provided
error: could not compile datagram-socket (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...