-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
std: small sys refactor
#149930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
std: small sys refactor
#149930
Conversation
|
r? @ChrisDenton rustbot has assigned @ChrisDenton. Use |
|
lgtm @bors r+ |
|
@bors rollup=iffy |
…Denton std: small `sys` refactor Part of rust-lang#117276 The large number of files changed just results from the need to update a lot of imports. Actually this PR only: * combines the two definitions of `RawOsError` in `sys::pal` into one in `sys::io` * moves `FULL_BACKTRACE_DEFAULT` from `sys::pal` to `sys::backtrace` * moves the `FromInner`/`IntoInner`/... traits into `sys` (in preparation for removing `sys_common` entirely)
…uwer Rollup of 5 pull requests Successful merges: - #148755 (Constify `DropGuard::dismiss` and trait impls) - #148825 (Add SystemTime::{MIN, MAX}) - #149894 (Update to mdbook 0.5) - #149930 (std: small `sys` refactor) - #149949 (Cleanup of attribute parsing errors) r? `@ghost` `@rustbot` modify labels: rollup
... and remove the `#[doc(hidden)]` in favour of making them `pub(crate)`.
5d83454 to
a3df118
Compare
|
Just for fun |
std: small `sys` refactor try-job: dist-various-*
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 3aaf686 failed: CI. Failed jobs:
|
|
@bors r- |
a3df118 to
2d27400
Compare
|
@bors try jobs=dist-various-* |
std: small `sys` refactor try-job: dist-various-*
|
⌛ Trying commit 2d27400 with merge ee1bc49… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/20198450848 |
Part of #117276
The large number of files changed just results from the need to update a lot of imports. Actually this PR only:
RawOsErrorinsys::palinto one insys::ioFULL_BACKTRACE_DEFAULTfromsys::paltosys::backtraceFromInner/IntoInner/... traits intosys(in preparation for removingsys_commonentirely)