Skip to content

Commit a923889

Browse files
authored
Merge pull request #97 from RalfJung/rustup
rustup
2 parents 48ad3c3 + 523b081 commit a923889

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

rust-src.diff

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +0,0 @@
1-
diff --git a/library/std/src/io/mod.rs b/library/std/src/io/mod.rs
2-
index 96fac4f6bde..fbb3ea603ab 100644
3-
--- a/library/std/src/io/mod.rs
4-
+++ b/library/std/src/io/mod.rs
5-
@@ -2335,6 +2335,7 @@ pub trait BufRead: Read {
6-
/// #![feature(buf_read_has_data_left)]
7-
/// use std::io;
8-
/// use std::io::prelude::*;
9-
+ /// # if cfg!(all(miri, windows)) { return Ok(()); } // FIXME(miri-windows-file-access)
10-
///
11-
/// let stdin = io::stdin();
12-
/// let mut stdin = stdin.lock();

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2025-05-18
1+
nightly-2025-05-24

0 commit comments

Comments
 (0)