mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
513f28db0a
It fixes the following error:
error[E0412]: cannot find type `sockcred2` in module `libc`
--> library/std/src/os/unix/net/ancillary.rs:211:29
|
211 | pub struct SocketCred(libc::sockcred2);
| ^^^^^^^^^ not found in `libc`