This issue tracks Miri not supporting all sorts of file system access APIs, from working directories to directory listing to actual read/writes. Such access should be possible when -Zmiri-disable-isolation is set. But it will be quite some work to implement dozens of shims for our 3 supported platforms.
If you are running into this, I suggest trying to carve out a part of your library does can run on "pure data", without accessing the file system. That part you should then be able to test in Miri.
This issue tracks Miri not supporting all sorts of file system access APIs, from working directories to directory listing to actual read/writes. Such access should be possible when
-Zmiri-disable-isolationis set. But it will be quite some work to implement dozens of shims for our 3 supported platforms.If you are running into this, I suggest trying to carve out a part of your library does can run on "pure data", without accessing the file system. That part you should then be able to test in Miri.