-
Couldn't load subscription status.
- Fork 13.9k
Fix nested eager expansions in arguments of format_args
#63717
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
Conversation
|
Can you check if this also fixes #63460, and if so as a test? |
|
Ping @petrochenkov |
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.
|
📌 Commit fe2dc91 has been approved by |
Fix nested eager expansions in arguments of `format_args` Fixes rust-lang#63460 Fixes rust-lang#63685 (regression from making `format_args` opaque - rust-lang#63114) r? @matthewjasper
|
To the release team: |
Rollup of 6 pull requests Successful merges: - #61236 (take into account the system theme) - #63717 (Fix nested eager expansions in arguments of `format_args`) - #63747 (update Miri) - #63772 (ci: move libc mirrors to the rust-lang-ci-mirrors bucket) - #63780 (Improve diagnostics: break/continue in wrong context) - #63781 (Run Clippy without json-rendered flag) Failed merges: r? @ghost
|
Reviewed by the compiler team: |
[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
Fixes #63460
Fixes #63685 (regression from making
format_argsopaque - #63114)r? @matthewjasper