File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,10 +278,10 @@ environment variable. We first document the most relevant and most commonly used
278278 cannot be accessed by the program. Can be used multiple times to exclude several variables. The
279279 ` TERM` environment variable is excluded by default to [speed up the test
280280 harness](https://github.com/rust-lang/miri/issues/1702). This has no effect unless
281- ` -Zmiri-disable-validation ` is also set.
281+ ` -Zmiri-disable-isolation ` is also set.
282282* `-Zmiri-env-forward=<var>` forwards the `var` environment variable to the interpreted program. Can
283283 be used multiple times to forward several variables. This has no effect if
284- ` -Zmiri-disable-validation ` is set.
284+ ` -Zmiri-disable-isolation ` is set.
285285* `-Zmiri-ignore-leaks` disables the memory leak checker, and also allows some
286286 remaining threads to exist when the main thread exits.
287287* `-Zmiri-seed=<hex>` configures the seed of the RNG that Miri uses to resolve
You can’t perform that action at this time.
0 commit comments