diff options
| author | bors <bors@rust-lang.org> | 2022-06-15 11:04:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-06-15 11:04:23 +0000 |
| commit | a4cec9742b7e05c33c84cd75002cd56762f7e33b (patch) | |
| tree | bf9437b4953bcadeb796d2875d11263c510fbdde /library/std/src/os/unix/io/mod.rs | |
| parent | ebe184a69316fab85129896e5045502c5db9d6f4 (diff) | |
| parent | b1e54723493e24cd880b2c0fe024e8b963c4bd51 (diff) | |
| download | rust-a4cec9742b7e05c33c84cd75002cd56762f7e33b.tar.gz rust-a4cec9742b7e05c33c84cd75002cd56762f7e33b.zip | |
Auto merge of #98131 - JohnTitor:rollup-c17vjdy, r=JohnTitor
Rollup of 3 pull requests Successful merges: - #95118 (Implement stabilization of `#[feature(io_safety)]`.) - #98110 (Make `ExprKind::Closure` a struct variant.) - #98115 (Remove `rustc_deprecated` diagnostics) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/std/src/os/unix/io/mod.rs')
| -rw-r--r-- | library/std/src/os/unix/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/unix/io/mod.rs b/library/std/src/os/unix/io/mod.rs index 0fd9591b016..e3a7cfc8d2a 100644 --- a/library/std/src/os/unix/io/mod.rs +++ b/library/std/src/os/unix/io/mod.rs @@ -51,7 +51,7 @@ mod fd; mod raw; -#[unstable(feature = "io_safety", issue = "87074")] +#[stable(feature = "io_safety", since = "1.63.0")] pub use fd::*; #[stable(feature = "rust1", since = "1.0.0")] pub use raw::*; |
