File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: cd38377b1b558ebf53a6401b0baf02e0329ba58b
2
+ refs/heads/master: d39a33687c2cf19652c6d324aed7f7fdfeb6c476
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Original file line number Diff line number Diff line change @@ -589,8 +589,8 @@ class taskgroup {
589
589
let tasks : taskgroup_arc; // 'none' means the group already failed.
590
590
let me: * rust_task ;
591
591
let my_pos: uint ;
592
- // let parent_group: taskgroup_arc; // TODO (bblum)
593
- // TODO XXX bblum: add a list of empty slots to get runtime back
592
+ // let parent_group: taskgroup_arc; // FIXME (#1868) (bblum)
593
+ // FIXME (#1868) XXX bblum: add a list of empty slots to get runtime back
594
594
// Indicates whether this is the main (root) taskgroup. If so, failure
595
595
// here should take down the entire runtime.
596
596
let is_main: bool ;
You can’t perform that action at this time.
0 commit comments