-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta] Rollup backports #64097
[beta] Rollup backports #64097
Conversation
Closure types have been moved to the namespace where they are defined, and both closure and generator type names now include the disambiguator. This fixes an exception when lldb prints nested closures. Fixes rust-lang#57822
Solve the problem of `ParentScope` entries for eager expansions not exising in the resolver map by creating them on demand.
…ng an expression Maybe it made sense when it was introduced, but now it's doing something incorrect.
@bors r+ p=20 |
📌 Commit 02c4da1 has been approved by |
⌛ Testing commit 02c4da1 with merge 4b9b956346a3cf02720852c98e51301184df05f3... |
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 |
There is a clippy tests failure here.
@rust-lang/clippy could any of you prepare a fix for it? |
Guess we need to cherry pick rust-lang/rust-clippy@4134e60 somewhere |
@matthiaskrgr sounds good! I recommend creating a |
📌 Commit 1b88d20b4da8a64c1ae7983681398914c222ce52 has been approved by |
⌛ Testing commit 1b88d20b4da8a64c1ae7983681398914c222ce52 with merge 501804235287da42a931843eec2c4b18aba67695... |
💔 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 |
Also cherry-picked rust-lang/rust-clippy#4439 on the |
1b88d20
to
5f51210
Compare
@bors r+ p=20 |
📌 Commit 5f51210 has been approved by |
[beta] Rollup backports Rolled up: * [beta] Utilize released stable over dev-static #64046 Cherry picked: * Update rust-installer to limit memory use #63984 * debuginfo: give unique names to closure and generator types #63875 * ci: move libc mirrors to the rust-lang-ci-mirrors bucket #63772 * Fix nested eager expansions in arguments of `format_args` #63717 r? @ghost
☀️ Test successful - checks-azure |
Rolled up:
Cherry picked:
format_args
Fix nested eager expansions in arguments offormat_args
#63717r? @ghost