Closed
Conversation
The wasm targets don't support gdb anyway so there's no need for this section there.
Suggest to add lifetime constraint at explicit ouput of functions Closes rust-lang#62097
Add a proc-macro to derive HashStable in librustc dependencies A second proc-macro is added to derive HashStable for crates librustc depends on. This proc-macro HashStable_Generic (to bikeshed) allows to decouple code and some librustc's boilerplate. Not everything is migrated, because `Span` and `TokenKind` require to be placed inside librustc. Types using them stay there too. Split out of rust-lang#66279 r? @Zoxc
Reduce size of `hir::Expr` by boxing more of `hir::InlineAsm` r? @oli-obk
Disable gdb pretty printer global section on wasm targets The wasm targets don't support gdb anyway so there's no need for this section there.
Point at type in `let` assignment on type errors Fix rust-lang#61067.
Contributor
Author
|
@bors r+ rollup=never p=6 |
Collaborator
|
📌 Commit 6815e4b has been approved by |
Collaborator
|
⌛ Testing commit 6815e4b with merge eb4667132577d06f45a3536f37f72c35286c2d4a... |
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 |
Collaborator
|
💔 Test failed - checks-azure |
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:
hir::Exprby boxing more ofhir::InlineAsm#66515 (Reduce size ofhir::Exprby boxing more ofhir::InlineAsm)letassignment on type errors #66539 (Point at type inletassignment on type errors)Failed merges:
r? @ghost