From ecf474152350664f1227421eeb278b2e8185cd07 Mon Sep 17 00:00:00 2001 From: "Samuel E. Moelius III" Date: Tue, 5 Oct 2021 20:46:28 -0400 Subject: [PATCH] Add tracking issue --- src/doc/rustc/src/tests/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/doc/rustc/src/tests/index.md b/src/doc/rustc/src/tests/index.md index 2681105b468..66e3a5261e4 100644 --- a/src/doc/rustc/src/tests/index.md +++ b/src/doc/rustc/src/tests/index.md @@ -196,7 +196,8 @@ Note that `--shuffle` does not affect whether the tests are run in parallel. To run the tests in random order sequentially, use `--shuffle --test-threads 1`. ⚠️ 🚧 This option is [unstable](#unstable-options), and requires the `-Z -unstable-options` flag. +unstable-options` flag. See [tracking issue +#89583](https://github.com/rust-lang/rust/issues/89583) for more information. #### `--shuffle-seed` _SEED_ @@ -211,7 +212,8 @@ This can also be specified with the `RUST_TEST_SHUFFLE_SEED` environment variable. ⚠️ 🚧 This option is [unstable](#unstable-options), and requires the `-Z -unstable-options` flag. +unstable-options` flag. See [tracking issue +#89583](https://github.com/rust-lang/rust/issues/89583) for more information. ### Output options