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 16de1e5 commit 2f282c6Copy full SHA for 2f282c6
compiler/rustc_session/src/options.rs
@@ -1800,7 +1800,7 @@ written to standard error output)"),
1800
/// in the future. Note that -Zthreads=0 is the way to get
1801
/// the num_cpus behavior.
1802
#[rustc_lint_opt_deny_field_access("use `Session::threads` instead of this field")]
1803
- threads: usize = (2, parse_threads, [UNTRACKED],
+ threads: usize = (8, parse_threads, [UNTRACKED],
1804
"use a thread pool with N threads"),
1805
time_llvm_passes: bool = (false, parse_bool, [UNTRACKED],
1806
"measure time of each LLVM pass (default: no)"),
0 commit comments