Skip to content

Commit 4b72e16

Browse files
committed
Auto merge of #2635 - RalfJung:rustup-managed-miri, r=RalfJung
explain how to go back to rustup-managed Miri Fixes #2633
2 parents 6bbf016 + 66214cd commit 4b72e16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ There's a test for the cargo wrapper in the `test-cargo-miri` directory; run
138138
`./run-test.py` in there to execute it. Like `./miri test`, this respects the
139139
`MIRI_TEST_TARGET` environment variable to execute the test for another target.
140140

141+
Note that installing Miri like this will "take away" Miri management from `rustup`.
142+
If you want to later go back to a rustup-installed Miri, run `rustup update`.
143+
141144
### Using a modified standard library
142145

143146
Miri re-builds the standard library into a custom sysroot, so it is fairly easy

0 commit comments

Comments
 (0)