-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 5 pull requests #71992
Rollup of 5 pull requests #71992
Conversation
… r=Mark-Simulacrum Add Arc::{incr,decr}_strong_count This adds two `unsafe` methods to `Arc`: `incr_strong_count` and `decr_strong_count`. A suggestion to add methods to change the strong count in `Arc` came up in during review in rust-lang#68700 (comment), and from asking a few people this seemed like generally useful to have. References: - [Motivation from rust-lang#68700](rust-lang#68700 (comment)) - [Real world example in an executor](https://docs.rs/extreme/666.666.666666/src/extreme/lib.rs.html#13)
…ulacrum improve Drop documentation Fixes rust-lang#36073 This is a continuation of rust-lang#57449 and most of the work here was done by the excellent @steveklabnik.
Detect errors caused by `async` block in 2015 edition Fix rust-lang#67204.
…trochenkov reword "possible candidate" import suggestion This suggestion has always read a bit awkwardly to me, particularly the "possible better candidate" variant. This commit rewords the suggestion to be more concise and mention the kind of the suggested item. There isn't a nice way to label individual suggestions, so I opted to use "items" in the case of multiple suggestions.
Fix E0284 to not use incorrect wording Fix rust-lang#71584, fix rust-lang#69683.
@bors r+ p=5 rollup=never |
📌 Commit 14cbbf3 has been approved by |
@bors r- one pr failed, couldn't find a better timing xD |
meh spurious |
@bors r+ |
📌 Commit 14cbbf3 has been approved by |
⌛ Testing commit 14cbbf3 with merge e41c21efc2289c0dffcb09e86fce37ba32d3401c... |
💔 Test failed - checks-actions |
@bors retry p=1000 |
⌛ Testing commit 14cbbf3 with merge 520240b61952c0b44dd748b644d2269002c82b3a... |
yielding to gha fix @bors retry |
⌛ Testing commit 14cbbf3 with merge ed15e8a68f24f995e799862dc9230f03430acd6b... |
@bors retry |
☀️ Test successful - checks-azure |
Successful merges:
async
block in 2015 edition #71783 (Detect errors caused byasync
block in 2015 edition)Failed merges:
r? @ghost