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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,9 @@ 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.
209
+
Important: You need to delete the Miri cache when you change the stdlib; otherwise the
210
+
old, chached version will be used. On Linux, the cache is located at `~/.cache/miri`; the exact
211
+
location is printed after the library build: "A libstd for Miri is now available in ...".
211
212
212
213
Note: `./x.py --stage 2 compiler/rustc` currently errors with `thread 'main'
213
214
panicked at 'fs::read(stamp) failed with No such file or directory (os error 2)`,
0 commit comments