Skip to content

Commit

Permalink
Auto merge of #32676 - durka:patch-18, r=alexcrichton
Browse files Browse the repository at this point in the history
add missing spaces in #16758 warning

I should probably add a test.
  • Loading branch information
bors committed Apr 3, 2016
2 parents 9c2186d + a14f14f commit f92ce2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_trans/glue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ fn make_drop_glue<'blk, 'tcx>(bcx: Block<'blk, 'tcx>, v0: ValueRef, g: DropGlueK
} else {
// Give the user a heads up that we are doing something
// stupid and dangerous.
bcx.sess().warn(&format!("Ignoring drop flag in destructor for {}\
because the struct is unsized. See issue\
bcx.sess().warn(&format!("Ignoring drop flag in destructor for {} \
because the struct is unsized. See issue \
#16758", t));
trans_struct_drop(bcx, t, v0)
}
Expand Down

0 comments on commit f92ce2e

Please sign in to comment.