mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 20:46:22 +00:00
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.