]> git.lizzy.rs Git - rust.git/commitdiff
Update driver.rs
authorbjorn3 <bjorn3@users.noreply.github.com>
Sun, 13 Aug 2017 14:50:17 +0000 (16:50 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Aug 2017 14:50:17 +0000 (16:50 +0200)
src/librustc_driver/driver.rs

index 51121669aef447be6058ac1d9e705128c7bf33e0..0e08849b1ffbc2ab2de91d4a1c8060d929bc9827 100644 (file)
@@ -107,7 +107,7 @@ macro_rules! controller_entry_point {
     // We need nested scopes here, because the intermediate results can keep
     // large chunks of memory alive and we want to free them as soon as
     // possible to keep the peak memory usage low
     // We need nested scopes here, because the intermediate results can keep
     // large chunks of memory alive and we want to free them as soon as
     // possible to keep the peak memory usage low
-    let (outputs, trans): (OutputFilenames, write::OngoingCrateTranslation) = {
+    let (outputs, trans): (OutputFilenames, OngoingCrateTranslation) = {
         let krate = match phase_1_parse_input(control, sess, input) {
             Ok(krate) => krate,
             Err(mut parse_error) => {
         let krate = match phase_1_parse_input(control, sess, input) {
             Ok(krate) => krate,
             Err(mut parse_error) => {