]> git.lizzy.rs Git - rust.git/commitdiff
comma-related changes
authorEliza Weisman <eliza@buoyant.io>
Thu, 7 Oct 2021 18:29:47 +0000 (11:29 -0700)
committerEliza Weisman <eliza@buoyant.io>
Thu, 7 Oct 2021 18:29:47 +0000 (11:29 -0700)
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
compiler/rustc_codegen_ssa/src/back/link.rs
compiler/rustc_mir_dataflow/src/rustc_peek.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;
index ee8fca961f6d0b2a20ec0c97430d1bd78f67d046..c0bf4b659aa9674c12fa61201d51571afe3decaf 100644 (file)
@@ -289,7 +289,7 @@ fn peek_at(
         flow_state: &BitSet<Local>,
         call: PeekCall,
     ) {
-        info!(?place, "peek_at",);
+        info!(?place, "peek_at");
         let local = if let Some(l) = place.as_local() {
             l
         } else {