Skip to content

Commit 61ab991

Browse files
authored
Update driver.rs
1 parent 1c28cf5 commit 61ab991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/driver.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub fn compile_input(sess: &Session,
107107
// We need nested scopes here, because the intermediate results can keep
108108
// large chunks of memory alive and we want to free them as soon as
109109
// possible to keep the peak memory usage low
110-
let (outputs, trans): (OutputFilenames, write::OngoingCrateTranslation) = {
110+
let (outputs, trans): (OutputFilenames, OngoingCrateTranslation) = {
111111
let krate = match phase_1_parse_input(control, sess, input) {
112112
Ok(krate) => krate,
113113
Err(mut parse_error) => {

0 commit comments

Comments
 (0)