We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d726a2 commit 366a1b5Copy full SHA for 366a1b5
compiler/rustc_session/src/options.rs
@@ -1897,7 +1897,7 @@ written to standard error output)"),
1897
/// in the future. Note that -Zthreads=0 is the way to get
1898
/// the num_cpus behavior.
1899
#[rustc_lint_opt_deny_field_access("use `Session::threads` instead of this field")]
1900
- threads: usize = (1, parse_threads, [UNTRACKED],
+ threads: usize = (8, parse_threads, [UNTRACKED],
1901
"use a thread pool with N threads"),
1902
time_llvm_passes: bool = (false, parse_bool, [UNTRACKED],
1903
"measure time of each LLVM pass (default: no)"),
0 commit comments