Files
rust/library/std/src
Guillaume Gomez 92d7e02bb2 Rollup merge of #122147 - kadiwa4:private_impl_mods, r=workingjubilee
Make `std::os::unix::ucred` module private

Tracking issue: #42839

Currently, this unstable module exists: [`std::os::unix::ucred`](https://doc.rust-lang.org/stable/std/os/unix/ucred/index.html).
All it does is provide `UCred` (which is also available from `std::os::unix::net`), `impl_*` (which is probably a mishap and should be private) and `peer_cred` (which is undocumented but has a documented counterpart at `std::os::unix::net::UnixStream::peer_cred`).

This PR makes the entire `ucred` module private and moves it into `net`, because that's where it is used.

I hope it's fine to simply remove it without a deprecation phase. Otherwise, I can add back a deprecated reexport module `std::os::unix::ucred`.

`@rustbot` label: -T-libs +T-libs-api
2024-03-07 18:32:51 +01:00
..
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00
2024-03-07 07:49:22 +01:00
2023-12-22 11:01:42 +01:00
2023-12-10 10:56:22 +08:00
2024-01-11 11:30:12 -05:00
2023-12-10 10:56:22 +08:00
2024-03-07 07:49:22 +01:00
2024-02-29 14:28:47 -05:00
2023-11-26 09:25:07 +08:00
2024-03-07 07:49:22 +01:00
2023-12-12 18:12:23 +08:00
2024-01-27 16:38:57 +01:00
2024-02-28 14:56:36 -08:00
2023-12-15 16:17:28 +00:00
2024-03-07 07:49:22 +01:00