We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c28cf5 commit 61ab991Copy full SHA for 61ab991
src/librustc_driver/driver.rs
@@ -107,7 +107,7 @@ pub fn compile_input(sess: &Session,
107
// We need nested scopes here, because the intermediate results can keep
108
// large chunks of memory alive and we want to free them as soon as
109
// possible to keep the peak memory usage low
110
- let (outputs, trans): (OutputFilenames, write::OngoingCrateTranslation) = {
+ let (outputs, trans): (OutputFilenames, OngoingCrateTranslation) = {
111
let krate = match phase_1_parse_input(control, sess, input) {
112
Ok(krate) => krate,
113
Err(mut parse_error) => {
0 commit comments