Skip to content

Commit 4e53bc8

Browse files
committed
---
yaml --- r: 64115 b: refs/heads/snap-stage3 c: af453a3 h: refs/heads/master i: 64113: 5008ac2 64111: 6a4e41f v: v3
1 parent 47acab6 commit 4e53bc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 541c45b0b77767641f3efb1d2814d148bbfdcd39
4+
refs/heads/snap-stage3: af453a33cc4ec8773ce869c4564d713a7ba60775
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/rt/boxed_region.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ rust_opaque_box *boxed_region::realloc(rust_opaque_box *box,
4040
size_t new_size) {
4141

4242
// We also get called on the unique-vec-in-managed-heap path.
43-
assert(box->ref_count == 1 ||
44-
box->ref_count == (size_t)(-2));
43+
// assert(box->ref_count == 1 ||
44+
// box->ref_count == (size_t)(-2));
4545

4646
size_t total_size = new_size + sizeof(rust_opaque_box);
4747
rust_opaque_box *new_box =

0 commit comments

Comments
 (0)