
While trying to work on Issue #707 locally, I got stuck with 'Testing the Miri driver' step. I used Powershell to confront the above error. The current issue is that $MIRI_SYSROOT fed to the miri executable is stripped off of its backslashes, resulting in an error "can't find crate for std"
Maybe the 'miri' bash script should be fixed to escape backslashes for windows users?
Or it could also be an issue with cargo