We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 225e571 + 4b2c077 commit 4cc14ceCopy full SHA for 4cc14ce
src/doc/rustc-dev-guide/src/tests/running.md
@@ -192,7 +192,7 @@ There are a few options for running tests:
192
* `config.toml` has the `rust.verbose-tests` option. If `false`, each test will
193
print a single dot (the default). If `true`, the name of every test will be
194
printed. This is equivalent to the `--quiet` option in the [Rust test
195
- harness](https://doc.rust-lang.org/rustc/tests/)
+ harness](https://doc.rust-lang.org/rustc/tests/).
196
* The environment variable `RUST_TEST_THREADS` can be set to the number of
197
concurrent threads to use for testing.
198
0 commit comments