diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-03-17 10:36:26 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-03-19 19:27:24 -0400 |
| commit | 4fb89c5056666493b224b47c58e8b136fc244008 (patch) | |
| tree | dea23a8798300c2989bd7cc428b1fbb722b28ce0 /library/std/src/io/stdio.rs | |
| parent | a7e4de13c1785819f4d61da41f6704ed69d5f203 (diff) | |
| download | rust-4fb89c5056666493b224b47c58e8b136fc244008.tar.gz rust-4fb89c5056666493b224b47c58e8b136fc244008.zip | |
branch 1.78: replace-version-placeholder
Diffstat (limited to 'library/std/src/io/stdio.rs')
| -rw-r--r-- | library/std/src/io/stdio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/stdio.rs b/library/std/src/io/stdio.rs index ccc2ed91688..8f60b3b1535 100644 --- a/library/std/src/io/stdio.rs +++ b/library/std/src/io/stdio.rs @@ -453,7 +453,7 @@ impl Read for Stdin { } } -#[stable(feature = "read_shared_stdin", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "read_shared_stdin", since = "1.78.0")] impl Read for &Stdin { fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { self.lock().read(buf) |
