Page MenuHomeFreeBSD

lang/rust: Fix docs building.
ClosedPublic

Authored by mikael on Jun 13 2023, 11:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 4, 7:21 AM
Unknown Object (File)
Apr 26 2024, 12:48 AM
Unknown Object (File)
Apr 22 2024, 5:07 AM
Unknown Object (File)
Apr 21 2024, 3:50 AM
Unknown Object (File)
Apr 21 2024, 3:50 AM
Unknown Object (File)
Apr 20 2024, 10:43 PM
Unknown Object (File)
Apr 19 2024, 2:29 PM
Unknown Object (File)
Apr 5 2024, 8:23 AM
Subscribers
None

Details

Reviewers
None
Group Reviewers
rust
Commits
R11:d3462f66cf68: lang/rust: Fix docs building.
Summary

Add the missing "pub struct sockcred2" in module "libc".
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`

Upstream PR: https://github.com/rust-lang/rust/pull/112579
Reported by: kib

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mikael created this revision.
mikael edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Jun 20 2023, 10:29 AM
This revision was automatically updated to reflect the committed changes.