Skip to content

Commit 005bc2c

Browse files
authored
Fix error
1 parent 61ab991 commit 005bc2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_driver/driver.rs

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ pub fn compile_input(sess: &Session,
7171
output: &Option<PathBuf>,
7272
addl_plugins: Option<Vec<String>>,
7373
control: &CompileController) -> CompileResult {
74+
use rustc_trans::back::write::OngoingCrateTranslation;
7475
macro_rules! controller_entry_point {
7576
($point: ident, $tsess: expr, $make_state: expr, $phase_result: expr) => {{
7677
let state = &mut $make_state;

0 commit comments

Comments
 (0)