-
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 #66601
Rollup of 6 pull requests #66601
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.
@bors r+ rollup=never p=6 |
📌 Commit 6815e4b has been approved by |
⌛ Testing commit 6815e4b with merge eb4667132577d06f45a3536f37f72c35286c2d4a... |
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 |
💔 Test failed - checks-azure |
Successful merges:
hir::Expr
by boxing more ofhir::InlineAsm
#66515 (Reduce size ofhir::Expr
by boxing more ofhir::InlineAsm
)let
assignment on type errors #66539 (Point at type inlet
assignment on type errors)Failed merges:
r? @ghost