Skip to content

Commit 392880c

Browse files
committed
Fix regression from rust-lang#140393 for espidf / horizon / nuttx / vita
1 parent 891b852 commit 392880c

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/process/unix

1 file changed

+1
-0
lines changed

library/std/src/sys/process/unix/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cfg_if::cfg_if! {
1111
} else if #[cfg(any(target_os = "espidf", target_os = "horizon", target_os = "vita", target_os = "nuttx"))] {
1212
mod unsupported;
1313
use unsupported as imp;
14+
pub use unsupported::output;
1415
} else {
1516
mod unix;
1617
use unix as imp;

0 commit comments

Comments
 (0)