From 1a944b0d5bbc1b70423f6d710021bea5ba16f0b2 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Sat, 23 Feb 2019 12:11:10 +0100 Subject: Remove pub(crate) from stderr_raw --- src/libstd/sys/wasm/stdio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sys/wasm') diff --git a/src/libstd/sys/wasm/stdio.rs b/src/libstd/sys/wasm/stdio.rs index 657655004e9..d7540fd815c 100644 --- a/src/libstd/sys/wasm/stdio.rs +++ b/src/libstd/sys/wasm/stdio.rs @@ -59,7 +59,7 @@ pub fn is_ebadf(_err: &io::Error) -> bool { pub fn panic_output() -> Option { if cfg!(feature = "wasm_syscall") { - io::stderr_raw().ok() + Stderr::new().ok() } else { None } -- cgit 1.4.1-3-g733a5