Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 286a30f

Browse files
authored
correct the path
1 parent 4ccd3f8 commit 286a30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ is set the `MIRI_LIB_SRC` environment variable to the `library` folder of a
135135
`rust-lang/rust` repository checkout. Note that changing files in that directory
136136
does not automatically trigger a re-build of the standard library; you have to
137137
clear the Miri build cache manually (on Linux, `rm -rf ~/.cache/miri`;
138-
and on Windows, `rmdir /S "%LOCALAPPDATA%\rust-lang\miri"`).
138+
and on Windows, `rmdir /S "%LOCALAPPDATA%\rust-lang\miri\cache"`).
139139

140140
## Configuring `rust-analyzer`
141141

@@ -228,7 +228,7 @@ rustup override set stage2
228228

229229
Important: You need to delete the Miri cache when you change the stdlib; otherwise the
230230
old, chached version will be used. On Linux, the cache is located at `~/.cache/miri`,
231-
and on Windows, it is located at `%LOCALAPPDATA%\rust-lang\miri`; the exact
231+
and on Windows, it is located at `%LOCALAPPDATA%\rust-lang\miri\cache`; the exact
232232
location is printed after the library build: "A libstd for Miri is now available in ...".
233233

234234
Note: `./x.py --stage 2 compiler/rustc` currently errors with `thread 'main'

0 commit comments

Comments
 (0)