We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917c198 commit 05887d8Copy full SHA for 05887d8
src/librustc/session/mod.rs
@@ -872,8 +872,8 @@ impl Session {
872
873
/// Returns the number of query threads that should be used for this
874
/// compilation
875
- pub fn query_threads_from_opts(opts: &config::Options) -> usize {
876
- 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
877
}
878
879
0 commit comments