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)
Jan 13 2025, 7:10 AM
Unknown Object (File)
Dec 11 2024, 1:35 AM
Unknown Object (File)
Nov 25 2024, 8:33 PM
Unknown Object (File)
Nov 21 2024, 11:41 PM
Unknown Object (File)
Nov 15 2024, 9:24 PM
Unknown Object (File)
Nov 11 2024, 4:00 PM
Unknown Object (File)
Nov 10 2024, 11:07 AM
Unknown Object (File)
Oct 4 2024, 11:52 PM
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.