mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
tweak punctuation
This commit is contained in:
parent
681cb88804
commit
4ccd3f860a
@ -134,7 +134,8 @@ build Miri yourself, the Miri shipped by `rustup` will work. All you have to do
|
||||
is set the `MIRI_LIB_SRC` environment variable to the `library` folder of a
|
||||
`rust-lang/rust` repository checkout. Note that changing files in that directory
|
||||
does not automatically trigger a re-build of the standard library; you have to
|
||||
clear the Miri build cache manually (on Linux, `rm -rf ~/.cache/miri` and on Windows, `rmdir /S "%LOCALAPPDATA%\rust-lang\miri"`).
|
||||
clear the Miri build cache manually (on Linux, `rm -rf ~/.cache/miri`;
|
||||
and on Windows, `rmdir /S "%LOCALAPPDATA%\rust-lang\miri"`).
|
||||
|
||||
## Configuring `rust-analyzer`
|
||||
|
||||
@ -226,7 +227,8 @@ rustup override set stage2
|
||||
```
|
||||
|
||||
Important: You need to delete the Miri cache when you change the stdlib; otherwise the
|
||||
old, chached version will be used. On Linux, the cache is located at `~/.cache/miri` and on Windows, the cache is located at `%LOCALAPPDATA%\rust-lang\miri`; the exact
|
||||
old, chached version will be used. On Linux, the cache is located at `~/.cache/miri`,
|
||||
and on Windows, it is located at `%LOCALAPPDATA%\rust-lang\miri`; the exact
|
||||
location is printed after the library build: "A libstd for Miri is now available in ...".
|
||||
|
||||
Note: `./x.py --stage 2 compiler/rustc` currently errors with `thread 'main'
|
||||
|
Loading…
Reference in New Issue
Block a user