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 10bd80d commit 6594601Copy full SHA for 6594601
src/libstd/thread/mod.rs
@@ -131,7 +131,7 @@
131
//!
132
//! * Build the thread with [`Builder`] and pass the desired stack size to [`Builder::stack_size`].
133
//! * Set the `RUST_MIN_STACK` environment variable to an integer representing the desired stack
134
-//! size (in bytes).
+//! size (in bytes). Note that setting [`Builder::stack_size`] will override this.
135
136
//! Note that the stack size of the main thread is *not* determined by Rust.
137
0 commit comments