File tree 1 file changed +2
-2
lines changed
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
278
278
cannot be accessed by the program. Can be used multiple times to exclude several variables. The
279
279
` TERM` environment variable is excluded by default to [speed up the test
280
280
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.
282
282
* `-Zmiri-env-forward=<var>` forwards the `var` environment variable to the interpreted program. Can
283
283
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.
285
285
* `-Zmiri-ignore-leaks` disables the memory leak checker, and also allows some
286
286
remaining threads to exist when the main thread exits.
287
287
* `-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