about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Burka <durka42+github@gmail.com>2016-04-02 02:13:36 -0400
committerAlex Burka <durka42+github@gmail.com>2016-04-02 02:13:36 -0400
commita14f14f690df0abd9da52b20422199e6bc6f4a51 (patch)
tree42b3d5aeeda7219db691350392dbf56cc2d66580 /src
parent18172d1375274050fbe37acd9b3c884f2caaacb9 (diff)
add missing spaces in #16758 warning
Diffstat (limited to 'src')
-rw-r--r--src/librustc_trans/glue.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_trans/glue.rs b/src/librustc_trans/glue.rs
index 1af816845b0..a70e877c896 100644
--- a/src/librustc_trans/glue.rs
+++ b/src/librustc_trans/glue.rs
@@ -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)
                     }