Skip to content

Commit b6f09a1

Browse files
committed
comma-related changes
Signed-off-by: Eliza Weisman <[email protected]>
1 parent e00eac8 commit b6f09a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
853853
if is_illegal_instruction(&output.status) {
854854
warn!(
855855
"looks like the linker hit an illegal instruction when we \
856-
tried to call it, automatically retrying again."
856+
tried to call it, automatically retrying again.",
857857
?cmd, %out, status = %output.status,
858858
);
859859
continue;

compiler/rustc_mir_dataflow/src/rustc_peek.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl<'tcx> RustcPeekAt<'tcx> for MaybeMutBorrowedLocals<'_, 'tcx> {
289289
flow_state: &BitSet<Local>,
290290
call: PeekCall,
291291
) {
292-
info!(?place, "peek_at",);
292+
info!(?place, "peek_at");
293293
let local = if let Some(l) = place.as_local() {
294294
l
295295
} else {

0 commit comments

Comments
 (0)