We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ab991 commit 005bc2cCopy full SHA for 005bc2c
src/librustc_driver/driver.rs
@@ -71,6 +71,7 @@ pub fn compile_input(sess: &Session,
71
output: &Option<PathBuf>,
72
addl_plugins: Option<Vec<String>>,
73
control: &CompileController) -> CompileResult {
74
+ use rustc_trans::back::write::OngoingCrateTranslation;
75
macro_rules! controller_entry_point {
76
($point: ident, $tsess: expr, $make_state: expr, $phase_result: expr) => {{
77
let state = &mut $make_state;
0 commit comments