diff options
| author | Ralf Jung <post@ralfj.de> | 2025-04-10 12:50:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-10 12:50:10 +0000 |
| commit | 1347cc8f15f6d3ceae035f7226150da7ddcd83b8 (patch) | |
| tree | 351b40fa66750fb4eac0449318a360cf1167efd3 /library/std/src/io/mod.rs | |
| parent | 7da44400129c51c314eccdc0e703e99502b78c1a (diff) | |
| parent | f69ea4d82fdbf0fefc36118071bb69ec6253a285 (diff) | |
| download | rust-1347cc8f15f6d3ceae035f7226150da7ddcd83b8.tar.gz rust-1347cc8f15f6d3ceae035f7226150da7ddcd83b8.zip | |
Merge pull request #4264 from RalfJung/rustup
Rustup
Diffstat (limited to 'library/std/src/io/mod.rs')
| -rw-r--r-- | library/std/src/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/mod.rs b/library/std/src/io/mod.rs index 314cbb45d49..b6545eada86 100644 --- a/library/std/src/io/mod.rs +++ b/library/std/src/io/mod.rs @@ -310,7 +310,7 @@ pub use self::error::RawOsError; pub use self::error::SimpleMessage; #[unstable(feature = "io_const_error", issue = "133448")] pub use self::error::const_error; -#[stable(feature = "anonymous_pipe", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "anonymous_pipe", since = "1.87.0")] pub use self::pipe::{PipeReader, PipeWriter, pipe}; #[stable(feature = "is_terminal", since = "1.70.0")] pub use self::stdio::IsTerminal; |
