We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4463172 commit 2fc2e2dCopy full SHA for 2fc2e2d
src/libcore/dlist.rs
@@ -26,7 +26,7 @@ class dlist_root<T> {
26
self.size = 0; self.hd = none; self.tl = none;
27
}
28
drop {
29
- /* FIXME (#????) This doesn't work during task failure - the box
+ /* FIXME (#3039) This doesn't work during task failure - the box
30
* annihilator might have killed some of our nodes already. This will
31
* be safe to uncomment when the box annihilator is safer. As is,
32
* this makes test_dlist_cyclic_link below crash the runtime.
0 commit comments