We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff66b03 commit b45c83cCopy full SHA for b45c83c
rust-src.diff
@@ -0,0 +1,12 @@
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; } // FIXME(miri-windows-file-access)
10
+ ///
11
+ /// let stdin = io::stdin();
12
+ /// let mut stdin = stdin.lock();
rust-version
@@ -1 +1 @@
-nightly-2025-05-01
+nightly-2025-05-18
0 commit comments