File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,8 @@ Note that `--shuffle` does not affect whether the tests are run in parallel. To
196
196
run the tests in random order sequentially, use ` --shuffle --test-threads 1 ` .
197
197
198
198
⚠️ 🚧 This option is [ unstable] ( #unstable-options ) , and requires the `-Z
199
- unstable-options` flag.
199
+ unstable-options` flag. See [ tracking issue
200
+ #89583 ] ( https://github.com/rust-lang/rust/issues/89583 ) for more information.
200
201
201
202
#### ` --shuffle-seed ` _ SEED_
202
203
@@ -211,7 +212,8 @@ This can also be specified with the `RUST_TEST_SHUFFLE_SEED` environment
211
212
variable.
212
213
213
214
⚠️ 🚧 This option is [ unstable] ( #unstable-options ) , and requires the `-Z
214
- unstable-options` flag.
215
+ unstable-options` flag. See [ tracking issue
216
+ #89583 ] ( https://github.com/rust-lang/rust/issues/89583 ) for more information.
215
217
216
218
### Output options
217
219
You can’t perform that action at this time.
0 commit comments