We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891b852 commit 392880cCopy full SHA for 392880c
library/std/src/sys/process/unix/mod.rs
@@ -11,6 +11,7 @@ cfg_if::cfg_if! {
11
} else if #[cfg(any(target_os = "espidf", target_os = "horizon", target_os = "vita", target_os = "nuttx"))] {
12
mod unsupported;
13
use unsupported as imp;
14
+ pub use unsupported::output;
15
} else {
16
mod unix;
17
use unix as imp;
0 commit comments