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 7490ddb commit d567c96Copy full SHA for d567c96
core/src/coroutine/stack_pool.rs
@@ -56,7 +56,7 @@ unsafe impl Stack for PooledStack {
56
#[cfg(windows)]
57
#[inline]
58
fn update_teb_fields(&mut self, stack_limit: usize, guaranteed_stack_bytes: usize) {
59
- self.deref()
+ self.0
60
.update_teb_fields(stack_limit, guaranteed_stack_bytes)
61
}
62
0 commit comments