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 3e58158 commit 12439b0Copy full SHA for 12439b0
src/libcore/task.rs
@@ -1037,11 +1037,7 @@ fn each_ancestor(list: &mut AncestorList,
1037
struct TCB {
1038
me: *rust_task,
1039
// List of tasks with whose fates this one's is intertwined.
1040
-<<<<<<< HEAD
1041
tasks: TaskGroupArc, // 'none' means the group has failed.
1042
-=======
1043
- let tasks: TaskGroupArc; // 'None' means the group has failed.
1044
->>>>>>> core: port task.rs to comm::Chan/Port to pipes::Chan/Port
1045
// Lists of tasks who will kill us if they fail, but whom we won't kill.
1046
mut ancestors: AncestorList,
1047
is_main: bool,
0 commit comments