-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix std::thread docs are unclear regarding stack sizes #104537
fix std::thread docs are unclear regarding stack sizes #104537
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @m-ou-se (or someone else) soon. Please see the contribution instructions for more information. |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
This comment has been minimized.
This comment has been minimized.
b3721fc
to
0f93846
Compare
@bors r+ rollup |
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#104537 (fix std::thread docs are unclear regarding stack sizes) - rust-lang#104558 (Don't assume `FILE_ID_BOTH_DIR_INFO` will be aligned) - rust-lang#104564 (interpret: use Either over Result when it is not representing an error condition) - rust-lang#104568 (clarify that realloc refreshes pointer provenance even when the allocation remains in-place) - rust-lang#104611 (rustdoc: use real buttons for scrape examples controls) - rust-lang#104640 (Migrate kdb style to CSS variables) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Improves the documentation about the default stack size of a spawned thread
Fixes #102671