-
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
Rollup of 7 pull requests #71807
Rollup of 7 pull requests #71807
Conversation
Also, fix rustdoc warnings.
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
…r=hanna-kruppe Implement RFC 2396: `#[target_feature]` 1.1 Tracking issue: rust-lang#69098 r? @nikomatsakis cc @gnzlbg @joshtriplett
…vink doc: make Stack and StackElement a little pretty Also, fix rustdoc warnings.
Mark query function as must_use. And use the `ensure()` version when the result is not needed.
cleanup: `config::CrateType` -> `CrateType`
Remove recommendation for unmaintained dirs crate See rust-lang#71684 for reasoning here
…Simulacrum Update comment regarding SO_REUSEADDR on Windows
fix rustdoc warnings
@bors r+ rollup=never p=7 |
📌 Commit 97cf378 has been approved by |
⌛ Testing commit 97cf378 with merge abfbf82a0c36e1be3ea15685003dd04d81b82579... |
💔 Test failed - checks-azure |
@bors retry |
☀️ Test successful - checks-azure |
📣 Toolstate changed by #71807! Tested on commit c1e0552. 💔 rustc-dev-guide on linux: test-pass → test-fail (cc @JohnTitor @amanjeev @spastorino @mark-i-m). |
Tested on commit rust-lang/rust@c1e0552. Direct link to PR: <rust-lang/rust#71807> 💔 rustc-dev-guide on linux: test-pass → test-fail (cc @JohnTitor @amanjeev @spastorino @mark-i-m).
Successful merges:
#[target_feature]
1.1 #69274 (Implement RFC 2396:#[target_feature]
1.1)config::CrateType
->CrateType
#71777 (cleanup:config::CrateType
->CrateType
)Failed merges:
r? @ghost