Skip to content

Commit e56b84e

Browse files
committed
Mark std::os::wasi::io::AsFd etc. as stable.
io_safety was stabilized in Rust 1.63, so mark the io_safety exports in `std::os::wasi::io` as stable. Fixes #103306.
1 parent 53728ff commit e56b84e

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/wasi/io

1 file changed

+1
-1
lines changed

library/std/src/os/wasi/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
33
#![unstable(feature = "wasi_ext", issue = "71213")]
44

5-
#[unstable(feature = "wasi_ext", issue = "71213")]
5+
#[stable(feature = "io_safety", since = "1.63.0")]
66
pub use crate::os::fd::*;

0 commit comments

Comments
 (0)