Skip to content

Commit 2fc2e2d

Browse files
committed
Add issue number #3039 to dlist destructor
1 parent 4463172 commit 2fc2e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/dlist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class dlist_root<T> {
2626
self.size = 0; self.hd = none; self.tl = none;
2727
}
2828
drop {
29-
/* FIXME (#????) This doesn't work during task failure - the box
29+
/* FIXME (#3039) This doesn't work during task failure - the box
3030
* annihilator might have killed some of our nodes already. This will
3131
* be safe to uncomment when the box annihilator is safer. As is,
3232
* this makes test_dlist_cyclic_link below crash the runtime.

0 commit comments

Comments
 (0)