pub unsafe fn raise_codegen_stack_limit()Expand description
Raises RUST_MIN_STACK to CODEGEN_STACK_BYTES when it is unset.
No-op if the variable is already set.
ยงSafety
The same safety rules as std::env::set_var applies.
pub unsafe fn raise_codegen_stack_limit()Raises RUST_MIN_STACK to CODEGEN_STACK_BYTES when it is unset.
No-op if the variable is already set.
The same safety rules as std::env::set_var applies.