We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bbf016 + 66214cd commit 4b72e16Copy full SHA for 4b72e16
CONTRIBUTING.md
@@ -138,6 +138,9 @@ There's a test for the cargo wrapper in the `test-cargo-miri` directory; run
138
`./run-test.py` in there to execute it. Like `./miri test`, this respects the
139
`MIRI_TEST_TARGET` environment variable to execute the test for another target.
140
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
+
144
### Using a modified standard library
145
146
Miri re-builds the standard library into a custom sysroot, so it is fairly easy
0 commit comments