Auto merge of #2635 - RalfJung:rustup-managed-miri, r=RalfJung
explain how to go back to rustup-managed Miri Fixes https://github.com/rust-lang/miri/issues/2633
This commit is contained in:
commit
18a23a5d03
1 changed files with 3 additions and 0 deletions
|
|
@ -138,6 +138,9 @@ There's a test for the cargo wrapper in the `test-cargo-miri` directory; run
|
|||
`./run-test.py` in there to execute it. Like `./miri test`, this respects the
|
||||
`MIRI_TEST_TARGET` environment variable to execute the test for another target.
|
||||
|
||||
Note that installing Miri like this will "take away" Miri management from `rustup`.
|
||||
If you want to later go back to a rustup-installed Miri, run `rustup update`.
|
||||
|
||||
### Using a modified standard library
|
||||
|
||||
Miri re-builds the standard library into a custom sysroot, so it is fairly easy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue