diff options
| author | Alex Burka <durka42+github@gmail.com> | 2016-04-02 02:13:36 -0400 |
|---|---|---|
| committer | Alex Burka <durka42+github@gmail.com> | 2016-04-02 02:13:36 -0400 |
| commit | a14f14f690df0abd9da52b20422199e6bc6f4a51 (patch) | |
| tree | 42b3d5aeeda7219db691350392dbf56cc2d66580 /src | |
| parent | 18172d1375274050fbe37acd9b3c884f2caaacb9 (diff) | |
add missing spaces in #16758 warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_trans/glue.rs | 4 |
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) } |
