Skip to content

Commit

Permalink
Update driver.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 13, 2017
1 parent 1c28cf5 commit 61ab991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_driver/driver.rs
Expand Up @@ -107,7 +107,7 @@ pub fn compile_input(sess: &Session,
// 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) => {
Expand Down

0 comments on commit 61ab991

Please sign in to comment.