diff options
| author | Samuel E. Moelius III <sam@moeli.us> | 2021-10-05 20:46:28 -0400 |
|---|---|---|
| committer | Samuel E. Moelius III <sam@moeli.us> | 2021-10-05 20:46:28 -0400 |
| commit | ecf474152350664f1227421eeb278b2e8185cd07 (patch) | |
| tree | f5d6dbd8b0ebbd626cb54ac34574d971731c0295 | |
| parent | e16e15f3aec7437181080b8a5025b42a26436565 (diff) | |
| download | rust-ecf474152350664f1227421eeb278b2e8185cd07.tar.gz rust-ecf474152350664f1227421eeb278b2e8185cd07.zip | |
Add tracking issue
| -rw-r--r-- | src/doc/rustc/src/tests/index.md | 6 |
1 files 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 |
