Skip to content

Commit 2a3a53b

Browse files
committed
explain how to go back to rustup-managed Miri
1 parent e729db1 commit 2a3a53b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/miri/CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
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)