We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wasi_ext
1 parent e97c29b commit 6e47c8dCopy full SHA for 6e47c8d
library/std/src/os/wasi/fs.rs
@@ -1,7 +1,7 @@
1
//! WASI-specific extensions to primitives in the `std::fs` module.
2
3
#![deny(unsafe_op_in_unsafe_fn)]
4
-#![unstable(feature = "wasi_ext", issue = "none")]
+#![unstable(feature = "wasi_ext", issue = "71213")]
5
6
use crate::ffi::OsStr;
7
use crate::fs::{self, File, Metadata, OpenOptions};
library/std/src/os/wasi/io.rs
//! WASI-specific extensions to general I/O primitives
use crate::fs;
use crate::io;
0 commit comments