We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::os::wasi::io
1 parent e56b84e commit 7ac645aCopy full SHA for 7ac645a
library/std/src/os/wasi/io/mod.rs
@@ -1,6 +1,6 @@
1
//! WASI-specific extensions to general I/O primitives.
2
3
-#![unstable(feature = "wasi_ext", issue = "71213")]
+#![stable(feature = "io_safety", since = "1.63.0")]
4
5
#[stable(feature = "io_safety", since = "1.63.0")]
6
pub use crate::os::fd::*;
0 commit comments