]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/src/back/link.rs
comma-related changes
[rust.git] / compiler / rustc_codegen_ssa / src / back / link.rs
index 19eff1a3a3ca48929b40f5907af23de8e57671a8..b5429064324de62949ad1cb56f1f63d28b028662 100644 (file)
@@ -853,7 +853,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
         if is_illegal_instruction(&output.status) {
             warn!(
                 "looks like the linker hit an illegal instruction when we \
-                 tried to call it, automatically retrying again."
+                 tried to call it, automatically retrying again.",
                 ?cmd, %out, status = %output.status,
             );
             continue;