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.
1 parent 2ea33b5 commit 1b486d3Copy full SHA for 1b486d3
compiler/rustc_session/src/options.rs
@@ -2514,7 +2514,7 @@ written to standard error output)"),
2514
/// in the future. Note that -Zthreads=0 is the way to get
2515
/// the num_cpus behavior.
2516
#[rustc_lint_opt_deny_field_access("use `Session::threads` instead of this field")]
2517
- threads: usize = (1, parse_threads, [UNTRACKED],
+ threads: usize = (8, parse_threads, [UNTRACKED],
2518
"use a thread pool with N threads"),
2519
time_llvm_passes: bool = (false, parse_bool, [UNTRACKED],
2520
"measure time of each LLVM pass (default: no)"),
0 commit comments