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