add missing spaces in #16758 warning
This commit is contained in:
parent
18172d1375
commit
a14f14f690
@ -561,8 +561,8 @@ fn make_drop_glue<'blk, 'tcx>(bcx: Block<'blk, 'tcx>, v0: ValueRef, g: DropGlueK
|
|||||||
} else {
|
} else {
|
||||||
// Give the user a heads up that we are doing something
|
// Give the user a heads up that we are doing something
|
||||||
// stupid and dangerous.
|
// stupid and dangerous.
|
||||||
bcx.sess().warn(&format!("Ignoring drop flag in destructor for {}\
|
bcx.sess().warn(&format!("Ignoring drop flag in destructor for {} \
|
||||||
because the struct is unsized. See issue\
|
because the struct is unsized. See issue \
|
||||||
#16758", t));
|
#16758", t));
|
||||||
trans_struct_drop(bcx, t, v0)
|
trans_struct_drop(bcx, t, v0)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user