We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa5c42 commit 50232ffCopy full SHA for 50232ff
compiler/rustc_interface/src/interface.rs
@@ -3,7 +3,7 @@ use crate::util;
3
use rustc_ast::token;
4
use rustc_ast::{LitKind, MetaItemKind};
5
use rustc_codegen_ssa::traits::CodegenBackend;
6
-use rustc_data_structures::defer;
+use rustc_data_structures::{defer, jobserver};
7
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
8
use rustc_data_structures::stable_hasher::StableHasher;
9
use rustc_data_structures::sync::Lrc;
0 commit comments