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 37983c1 commit b15c995Copy full SHA for b15c995
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 `/temp/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