We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfc9a8 commit 2145de8Copy full SHA for 2145de8
src/libstd/rt/task.rs
@@ -64,7 +64,7 @@ pub struct Coroutine {
64
/// The segment of stack on which the task is currently running or
65
/// if the task is blocked, on which the task will resume
66
/// execution.
67
- priv current_stack_segment: StackSegment,
+ current_stack_segment: StackSegment,
68
/// Always valid if the task is alive and not running.
69
saved_context: Context
70
}
0 commit comments