We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6005f5d commit 68c912bCopy full SHA for 68c912b
CONTRIBUTING.md
@@ -206,6 +206,13 @@ rustup toolchain link stage2 build/x86_64-unknown-linux-gnu/stage2
206
rustup override set stage2
207
```
208
209
+Important: You need to delete the miri cache (located at `~/.cache/miri`) when
210
+you change the stdlib, otherwise the old, chached version will be used.
211
+
212
+Note: `./x.py --stage 2 compiler/rustc` currently errors with `thread 'main'
213
+panicked at 'fs::read(stamp) failed with No such file or directory (os error 2)`,
214
+after This should not be an issue for any development with miri.
215
216
For more information about building and configuring a local compiler,
217
see <https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html>.
218
0 commit comments