We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb5cea0 + f37fc5e commit 60a6a81Copy full SHA for 60a6a81
README.md
@@ -70,7 +70,9 @@ compile your project and its dependencies against that libstd:
70
1. Run `cargo clean` to eliminate any cached dependencies that were built against
71
the non-MIR `libstd`.
72
2. To run all tests in your project through, Miri, use
73
-`MIRI_SYSROOT=~/.xargo/HOST cargo +nightly miri test`.
+`MIRI_SYSROOT=~/.xargo/HOST cargo +nightly miri test`. **NOTE**: This is
74
+currently broken, see the discussion in
75
+[#479](https://github.com/solson/miri/issues/479).
76
3. If you have a binary project, you can run it through Miri using
77
`MIRI_SYSROOT=~/.xargo/HOST cargo +nightly miri`.
78
0 commit comments