Skip to content

Commit f66787a

Browse files
xizheyinbjorn3
andcommitted
Update compiler/rustc_codegen_ssa/src/back/link.rs
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com> Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
1 parent 72a9219 commit f66787a

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+2
-2
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ pub fn link_binary(
195195
tempfiles_for_stdout_output.push(out_filename);
196196
}
197197
}
198-
199-
check_link_info_print_request(sess, &codegen_results.crate_info.crate_types);
200198
}
201199

200+
check_link_info_print_request(sess, &codegen_results.crate_info.crate_types);
201+
202202
// Remove the temporary object file and metadata if we aren't saving temps.
203203
sess.time("link_binary_remove_temps", || {
204204
// If the user requests that temporaries are saved, don't delete any.

0 commit comments

Comments
 (0)