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 246e695 commit c337770Copy full SHA for c337770
src/librustc/session/mod.rs
@@ -871,8 +871,8 @@ impl Session {
871
872
/// Returns the number of query threads that should be used for this
873
/// compilation
874
- pub fn query_threads_from_opts(opts: &config::Options) -> usize {
875
- opts.debugging_opts.query_threads.unwrap_or(1)
+ pub fn query_threads_from_opts(_opts: &config::Options) -> usize {
+ /*opts.debugging_opts.query_threads.unwrap_or(1)*/8
876
}
877
878
0 commit comments