We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8354ff commit 2b10968Copy full SHA for 2b10968
src/librustc/back/link.rs
@@ -859,10 +859,10 @@ pub fn link_binary(sess: Session,
859
debug!("output: %s", output.to_str());
860
let cc_args = link_args(sess, obj_filename, out_filename, lm);
861
debug!("%s link args: %s", cc_prog, cc_args.connect(" "));
862
- if (sess.opts.debugging_opts & session::print_link_args) != 0 {
+ if (sess.opts.debugging_opts & session::print_link_args) != 0 {
863
io::println(fmt!("%s link args: %s", cc_prog, cc_args.connect(" ")));
864
}
865
-
+
866
// We run 'cc' here
867
let prog = run::process_output(cc_prog, cc_args);
868
if 0 != prog.status {
0 commit comments