Skip to content

Commit 50232ff

Browse files
authored
update import
1 parent 1fa5c42 commit 50232ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/interface.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::util;
33
use rustc_ast::token;
44
use rustc_ast::{LitKind, MetaItemKind};
55
use rustc_codegen_ssa::traits::CodegenBackend;
6-
use rustc_data_structures::defer;
6+
use rustc_data_structures::{defer, jobserver};
77
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
88
use rustc_data_structures::stable_hasher::StableHasher;
99
use rustc_data_structures::sync::Lrc;

0 commit comments

Comments
 (0)