Skip to content

Commit 4632b2c

Browse files
authored
tweak wording
1 parent b25d7b0 commit 4632b2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,9 @@ rustup toolchain link stage2 build/x86_64-unknown-linux-gnu/stage2
206206
rustup override set stage2
207207
```
208208

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 ...".
211212

212213
Note: `./x.py --stage 2 compiler/rustc` currently errors with `thread 'main'
213214
panicked at 'fs::read(stamp) failed with No such file or directory (os error 2)`,

0 commit comments

Comments
 (0)