Page MenuHomeFreeBSD

lang/rust: Fix docs building.
ClosedPublic

Authored by mikael on Jun 13 2023, 11:08 AM.
Tags
None
Referenced Files
F149681493: D40509.id123147.diff
Thu, Mar 26, 5:44 AM
Unknown Object (File)
Wed, Mar 11, 12:02 PM
Unknown Object (File)
Wed, Mar 11, 10:18 AM
Unknown Object (File)
Wed, Mar 11, 8:04 AM
Unknown Object (File)
Wed, Mar 11, 7:23 AM
Unknown Object (File)
Wed, Mar 11, 3:58 AM
Unknown Object (File)
Mon, Mar 9, 10:05 AM
Unknown Object (File)
Mon, Mar 9, 9:41 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.