about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-03-23 14:10:35 +0000
committerbors <bors@rust-lang.org>2025-03-23 14:10:35 +0000
commitaa8f0fd7163a2f23aa958faed30c9c2b77b934a5 (patch)
tree3a96516885db9cf21f9640242eb48c2cc3fc644b /compiler/rustc_builtin_macros/src
parent97fc1f62d8c3f9b725b827540389a8874501c96e (diff)
parent89f85cbfa7e508e55f2f05c00356b6d430c55c4e (diff)
downloadrust-aa8f0fd7163a2f23aa958faed30c9c2b77b934a5.tar.gz
rust-aa8f0fd7163a2f23aa958faed30c9c2b77b934a5.zip
Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrum
std: move process implementations to `sys`

As per #117276, this moves the implementations of `Process` and friends out of the `pal` module and into the `sys` module, removing quite a lot of error-prone `#[path]` imports in the process (hah, get it ;-)). I've also made the `zircon` module a dedicated submodule of `pal::unix`, hopefully we can move some other definitions there as well (they are currently quite a lot of duplications in `sys`). Also, the `ensure_no_nuls` function on Windows now lives in `sys::pal::windows` – it's not specific to processes and shared by the argument implementation.
Diffstat (limited to 'compiler/rustc_builtin_macros/src')
0 files changed, 0 insertions, 0 deletions