Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix misguided suggestions in config.toml
- `verbose-tests` is for debugging the test harness, not the tests themselves. See also rust-lang/rust#76141 - `codegen-units` defaults to `256` whenever `incremental = true`. So there's no need to explicitly set it to `0` if we already recommend incremental. See also rust-lang#795 (comment).
- Loading branch information