Page MenuHomeFreeBSD

lang/rust: Fix docs building.
ClosedPublic

Authored by mikael on Jun 13 2023, 11:08 AM.
Tags
None
Referenced Files
F142726480: D40509.id123147.diff
Thu, Jan 22, 6:12 PM
F142726375: D40509.id123147.diff
Thu, Jan 22, 6:09 PM
F142722974: D40509.id123147.diff
Thu, Jan 22, 5:03 PM
Unknown Object (File)
Wed, Jan 21, 4:20 AM
Unknown Object (File)
Tue, Jan 20, 8:26 PM
Unknown Object (File)
Tue, Jan 20, 6:25 PM
Unknown Object (File)
Tue, Jan 20, 11:07 AM
Unknown Object (File)
Tue, Jan 20, 11:06 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.