diff options
| author | bors <bors@rust-lang.org> | 2025-03-10 04:32:14 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-03-10 04:32:14 +0000 | 
| commit | 2c6a12ec44d0426c8939123c2f2cf27d2217de13 (patch) | |
| tree | ba0b33965ad6cdf14ba8d62b1988b9f244bea573 /library/std/src/sys/pal/unix/mod.rs | |
| parent | c8a50720289378f735a0f6fc07cf5ee9dabab08c (diff) | |
| parent | c52e0596c5ef1d68bf0f283342fdb05db63248f9 (diff) | |
| download | rust-2c6a12ec44d0426c8939123c2f2cf27d2217de13.tar.gz rust-2c6a12ec44d0426c8939123c2f2cf27d2217de13.zip | |
Auto merge of #136780 - joboet:move_pal_stdio, r=Amanieu
std: move stdio to `sys` As per #117276, this moves the platform definitions of `Stdout` and friends into `sys`. This PR also unifies the UNIX and Hermit implementations and moves the `__rust_print_err` function needed by libunwind on SGX into the dedicated module for such helper functions.
Diffstat (limited to 'library/std/src/sys/pal/unix/mod.rs')
| -rw-r--r-- | library/std/src/sys/pal/unix/mod.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/library/std/src/sys/pal/unix/mod.rs b/library/std/src/sys/pal/unix/mod.rs index 0565e3ecfb9..419abe732ac 100644 --- a/library/std/src/sys/pal/unix/mod.rs +++ b/library/std/src/sys/pal/unix/mod.rs @@ -18,7 +18,6 @@ pub mod os; pub mod pipe; pub mod process; pub mod stack_overflow; -pub mod stdio; pub mod sync; pub mod thread; pub mod thread_parking; | 
