Skip to content

Commit f92ce2e

Browse files
committed
Auto merge of #32676 - durka:patch-18, r=alexcrichton
add missing spaces in #16758 warning I should probably add a test.
2 parents 9c2186d + a14f14f commit f92ce2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_trans/glue.rs

+2-2
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)