Rollup merge of #74334 - jyn514:config-toml-docs, r=spastorino

bootstrap: Improve wording on docs for `verbose-tests`

From https://github.com/rust-lang/rustc-dev-guide/pull/795#discussion_r454392291

r? @spastorino
This commit is contained in:
Manish Goregaokar
2020-07-14 13:19:35 -07:00
committed by GitHub

View File

@@ -391,8 +391,7 @@
# desired in distributions, for example.
#rpath = true
# Emits extraneous output from tests to ensure that failures of the test
# harness are debuggable just from logfiles.
# Emits extra output from tests so test failures are debuggable just from logfiles.
#verbose-tests = false
# Flag indicating whether tests are compiled with optimizations (the -O flag).