提交 b1ab3b73 编写于 作者: B bors

Auto merge of #103308 - sunfishcode:sunfishcode/wasi-io-safety, r=joshtriplett

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.
//! WASI-specific extensions to general I/O primitives. //! WASI-specific extensions to general I/O primitives.
#![unstable(feature = "wasi_ext", issue = "71213")] #![stable(feature = "io_safety", since = "1.63.0")]
#[unstable(feature = "wasi_ext", issue = "71213")] #[stable(feature = "io_safety", since = "1.63.0")]
pub use crate::os::fd::*; pub use crate::os::fd::*;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册