mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Indicate which stack size option has precedence.
This commit is contained in:
parent
10bd80d79b
commit
659460191d
@ -131,7 +131,7 @@
|
||||
//!
|
||||
//! * Build the thread with [`Builder`] and pass the desired stack size to [`Builder::stack_size`].
|
||||
//! * Set the `RUST_MIN_STACK` environment variable to an integer representing the desired stack
|
||||
//! size (in bytes).
|
||||
//! size (in bytes). Note that setting [`Builder::stack_size`] will override this.
|
||||
//!
|
||||
//! Note that the stack size of the main thread is *not* determined by Rust.
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user