-
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 6 pull requests #65177
Rollup of 6 pull requests #65177
Conversation
`.len()` returns length in bytes so it overestimates the required space
Change-Id: I0c5c4d767be2647e6f017ae7bf83558c56dbca97
Change-Id: I0c5c4d767be2647e6f017ae7bf83558c56dbca97
Change-Id: I0c5c4d767be2647e6f017ae7bf83558c56dbca97
- 771c5d1 Add macros in extern blocks and new proc-macro support. - 8caabd6 Update for "modern" `meta` matcher. - 1b44947 Update await desugaring after rust-lang#64292
Remove as_str if the type is already &str Fix rust-lang#62642 r? @estebank do you think the suggestion tip is good enough?
…matsakis Note when a mutable trait object is needed Fix rust-lang#63619, fix rust-lang#37914. CC rust-lang#64068.
Correctly estimate the required space for string in `StyledBuffer::prepend` Fix rust-lang#65119 r? @estebank
Suggest dereferencing boolean reference when used in 'if' or 'while' Implements rust-lang#64557
…-E0566, r=estebank Add long error explanation for E0566 Part of rust-lang#61137.
Update reference - Add macros in extern blocks and new proc-macro support. - Update for "modern" `meta` matcher. - Update await desugaring after rust-lang#64292
@bors r+ p=6 rollup=never |
📌 Commit ca3f01a has been approved by |
⌛ Testing commit ca3f01a with merge f776b9a45ae147c060023936637c4309644b46bb... |
💔 Test failed - checks-azure |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@Centril it might be mine. |
Successful merges:
StyledBuffer::prepend
#65120 (Correctly estimate the required space for string inStyledBuffer::prepend
)Failed merges:
r? @ghost