Skip to content

Commit a14f14f

Browse files
committed
add missing spaces in #16758 warning
1 parent 18172d1 commit a14f14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_trans/glue.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@ fn make_drop_glue<'blk, 'tcx>(bcx: Block<'blk, 'tcx>, v0: ValueRef, g: DropGlueK
561561
} else {
562562
// Give the user a heads up that we are doing something
563563
// stupid and dangerous.
564-
bcx.sess().warn(&format!("Ignoring drop flag in destructor for {}\
565-
because the struct is unsized. See issue\
564+
bcx.sess().warn(&format!("Ignoring drop flag in destructor for {} \
565+
because the struct is unsized. See issue \
566566
#16758", t));
567567
trans_struct_drop(bcx, t, v0)
568568
}

0 commit comments

Comments
 (0)