We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a1b91 commit 42d817fCopy full SHA for 42d817f
src/librustc_driver/driver.rs
@@ -17,6 +17,7 @@ use rustc_allocator as allocator;
17
use rustc_borrowck as borrowck;
18
use rustc_codegen_utils::codegen_backend::CodegenBackend;
19
use rustc_data_structures::sync::{self, Lock};
20
+#[cfg(parallel_compiler)]
21
use rustc_data_structures::jobserver;
22
use rustc_incremental;
23
use rustc_metadata::creader::CrateLoader;
0 commit comments