Uh oh!
There was an error while loading. Please reload this page.
Generalize "remove &" and "add *" suggestions to more than one deref - #91545
Conversation
d494432 to
c432afeCompareUh oh!
There was an error while loading. Please reload this page.
bors
commented
Jan 14, 2022
☔ The latest upstream changes (presumably #92883) made this pull request unmergeable. Please resolve the merge conflicts. |
c432afe to
f9be623CompareJohnCSimon
commented
Feb 27, 2022
Ping from triage: |
compiler-errors
commented
Feb 27, 2022
@JohnCSimon given that this has gone almost 3 months without review, I apologize for not keeping up with rebasing this every time bors tells me that it newly fails to merge. Should I re-roll for a new highfive reviewer, or @estebank do you plan on taking a look at this sometime in the near future? Thanks! |
compiler-errors
commented
Feb 27, 2022
I will rebase this again, just for good measure. |
f9be623 to
d1647f4Compared1647f4 to
5ce3f56Comparejackh726
commented
Feb 28, 2022
r? @jackh726 |
estebank
commented
Feb 28, 2022
@bors r+ |
bors
commented
Feb 28, 2022
📌 Commit 5ce3f56 has been approved by |
Rollup of 7 pull requests Successful merges: - rust-lang#91545 (Generalize "remove `&`" and "add `*`" suggestions to more than one deref) - rust-lang#93385 (Rustdoc ty consistency fixes) - rust-lang#93926 (Lint against more useless `#[must_use]` attributes) - rust-lang#94094 (use BOOL for TCP_NODELAY setsockopt value on Windows) - rust-lang#94384 (Add Atomic*::from_mut_slice) - rust-lang#94448 (5 - Make more use of `let_chains`) - rust-lang#94452 (Sync portable-simd for bitmasks &c.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Suggest removing more than one
&and&mut, along with suggesting adding more than one*(or a combination of the two).r? @estebank
(since you're experienced with these types of suggestions, feel free to reassign)