We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shims/fs.rs
1 parent ee1c691 commit 9891d6aCopy full SHA for 9891d6a
src/tools/miri/tests/pass/shims/fs.rs
@@ -1,6 +1,10 @@
1
//@ignore-target-windows: File handling is not implemented yet
2
//@compile-flags: -Zmiri-disable-isolation
3
4
+// If this test is failing for you locally, you can try
5
+// 1. Deleting the files `/tmp/miri_*`
6
+// 2. Setting `MIRI_TEMP` or `TMPDIR` to a different directory, without the `miri_*` files
7
+
8
#![feature(io_error_more)]
9
#![feature(io_error_uncategorized)]
10
0 commit comments