File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -465,11 +465,7 @@ Moreover, Miri recognizes some environment variables:
465
465
* `MIRI_LIB_SRC` defines the directory where Miri expects the sources of the
466
466
standard library that it will build and use for interpretation. This directory
467
467
must point to the `library` subdirectory of a `rust-lang/rust` repository
468
- checkout. Note that changing files in that directory does not automatically
469
- trigger a re-build of the standard library; you have to clear the Miri build
470
- cache with `cargo miri clean` or deleting it manually (on Linux, `rm -rf ~/.cache/miri`;
471
- on Windows, `rmdir /S "%LOCALAPPDATA%\rust-lang\miri\cache"`;
472
- and on macOS, `rm -rf ~/Library/Caches/org.rust-lang.miri`).
468
+ checkout.
473
469
* `MIRI_SYSROOT` (recognized by `cargo miri` and the Miri driver) indicates the sysroot to use. When
474
470
using `cargo miri`, this skips the automatic setup -- only set this if you do not want to use the
475
471
automatically created sysroot. For directly invoking the Miri driver, this variable (or a
You can’t perform that action at this time.
0 commit comments