You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,13 @@ rustup toolchain link stage2 build/x86_64-unknown-linux-gnu/stage2
206
206
rustup override set stage2
207
207
```
208
208
209
+
Important: You need to delete the miri cache (located at `~/.cache/miri` on Linux; the exact location is printed after the library build: "A libstd for Miri is now available in ...") 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
+
you can simply ignore that error; Miri will build anyway.
215
+
209
216
For more information about building and configuring a local compiler,
210
217
see <https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html>.
0 commit comments