From 50232ff18435920d7a3ccedb1179af4302e1e4c7 Mon Sep 17 00:00:00 2001 From: oksbsb Date: Mon, 4 Dec 2023 15:30:38 +0800 Subject: [PATCH] update import --- compiler/rustc_interface/src/interface.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_interface/src/interface.rs b/compiler/rustc_interface/src/interface.rs index 6402ef3a3135..03af50893691 100644 --- a/compiler/rustc_interface/src/interface.rs +++ b/compiler/rustc_interface/src/interface.rs @@ -3,7 +3,7 @@ use crate::util; use rustc_ast::token; use rustc_ast::{LitKind, MetaItemKind}; use rustc_codegen_ssa::traits::CodegenBackend; -use rustc_data_structures::defer; +use rustc_data_structures::{defer, jobserver}; use rustc_data_structures::fx::{FxHashMap, FxHashSet}; use rustc_data_structures::stable_hasher::StableHasher; use rustc_data_structures::sync::Lrc;