Skip to content

Commit ecf4741

Browse files
committed
Add tracking issue
1 parent e16e15f commit ecf4741

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/doc/rustc/src/tests/index.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ Note that `--shuffle` does not affect whether the tests are run in parallel. To
196196
run 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
211212
variable.
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

0 commit comments

Comments
 (0)