We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeca8b7 commit 4ad15feCopy full SHA for 4ad15fe
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