We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa2ff6 commit 9e7f3cdCopy full SHA for 9e7f3cd
README.md
@@ -393,6 +393,9 @@ Some native rustc `-Z` flags are also very relevant for Miri:
393
394
Moreover, Miri recognizes some environment variables:
395
396
+* `MIRI_AUTO_OPS` indicates whether the automatic execution of rustfmt, clippy and rustup-toolchain
397
+ should be skipped. If it is set to any value, they are skipped. This is used for avoiding
398
+ infinite recursion in `./miri` and to allow automated IDE actions to avoid the auto ops.
399
* `MIRI_LOG`, `MIRI_BACKTRACE` control logging and backtrace printing during
400
Miri executions, also [see "Testing the Miri driver" in `CONTRIBUTING.md`][testing-miri].
401
* `MIRIFLAGS` (recognized by `cargo miri` and the test suite) defines extra
0 commit comments