]> git.lizzy.rs Git - rust.git/commitdiff
add missing spaces in #16758 warning
authorAlex Burka <durka42+github@gmail.com>
Sat, 2 Apr 2016 06:13:36 +0000 (02:13 -0400)
committerAlex Burka <durka42+github@gmail.com>
Sat, 2 Apr 2016 06:13:36 +0000 (02:13 -0400)
src/librustc_trans/glue.rs

index 1af816845b0b5cb0764e43c7b5f3d0285581fff0..a70e877c89609f774b5f77ff939e5655753d2380 100644 (file)
@@ -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)
                     }