Skip to content

Commit 60a6a81

Browse files
authored
Merge pull request #517 from RalfJung/readme
cargo miri test currently does not work
2 parents bb5cea0 + f37fc5e commit 60a6a81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ compile your project and its dependencies against that libstd:
7070
1. Run `cargo clean` to eliminate any cached dependencies that were built against
7171
the non-MIR `libstd`.
7272
2. To run all tests in your project through, Miri, use
73-
`MIRI_SYSROOT=~/.xargo/HOST cargo +nightly miri test`.
73+
`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).
7476
3. If you have a binary project, you can run it through Miri using
7577
`MIRI_SYSROOT=~/.xargo/HOST cargo +nightly miri`.
7678

0 commit comments

Comments
 (0)