Closed
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
Contributor
Author
|
@bors r+ p=6 rollup=never |
Collaborator
|
📌 Commit ca3f01a has been approved by |
Collaborator
|
⌛ Testing commit ca3f01a with merge f776b9a45ae147c060023936637c4309644b46bb... |
Collaborator
|
💔 Test failed - checks-azure |
Contributor
|
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 |
Contributor
Author
Contributor
|
@Centril it might be mine. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
StyledBuffer::prepend#65120 (Correctly estimate the required space for string inStyledBuffer::prepend)Failed merges:
r? @ghost