File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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
196196run the tests in random order sequentially, use ` --shuffle --test-threads 1 ` .
197197
198198⚠️ 🚧 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.
200201
201202#### ` --shuffle-seed ` _ SEED_
202203
@@ -211,7 +212,8 @@ This can also be specified with the `RUST_TEST_SHUFFLE_SEED` environment
211212variable.
212213
213214⚠️ 🚧 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.
215217
216218### Output options
217219
You can’t perform that action at this time.
0 commit comments