Skip to content

Commit 8963fa2

Browse files
committed
fix comment in copy_prop_storage_preserve_head.rs
1 parent 465ff89 commit 8963fa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/mir-opt/copy-prop/copy_prop_storage_preserve_head.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ pub fn g() -> usize {
4747
_2 = _1;
4848
_3 = _2;
4949
RET = _3 + _3;
50-
// Even though the storage statements are in reverse order, we should be able to keep the ones for _1.
50+
// Even though the storage statements are in reverse order,
51+
// we should be able to keep the ones for _1.
5152
StorageDead(_1);
5253
StorageDead(_2);
5354
Return()

0 commit comments

Comments
 (0)