We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a88fe commit 24dac6cCopy full SHA for 24dac6c
library/std/tests/create_dir_all_bare.rs
@@ -31,6 +31,7 @@ impl Drop for CurrentDir {
31
}
32
33
#[test]
34
+#[cfg_attr(all(miri, windows), ignore)] // File system access on Windows not supported by Miri
35
fn create_dir_all_bare() {
36
let tmpdir = common::tmpdir();
37
CurrentDir::with(tmpdir.path(), || {
0 commit comments