We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f3a39b + 24dac6c commit 723c0e2Copy full SHA for 723c0e2
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