Skip to content

Commit d39a336

Browse files
committed
Switch TODOs to FIXMEs
1 parent cd38377 commit d39a336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/task.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,8 @@ class taskgroup {
589589
let tasks: taskgroup_arc; // 'none' means the group already failed.
590590
let me: *rust_task;
591591
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
594594
// Indicates whether this is the main (root) taskgroup. If so, failure
595595
// here should take down the entire runtime.
596596
let is_main: bool;

0 commit comments

Comments
 (0)