We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3cf5b commit 2c43746Copy full SHA for 2c43746
src/libstd/sys/hermit/thread.rs
@@ -16,7 +16,7 @@ pub struct Thread {
16
unsafe impl Send for Thread {}
17
unsafe impl Sync for Thread {}
18
19
-pub const DEFAULT_MIN_STACK_SIZE: usize = 1_048_576;
+pub const DEFAULT_MIN_STACK_SIZE: usize = 1 << 20;
20
21
impl Thread {
22
pub unsafe fn new_with_coreid(
0 commit comments