-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix infinite recursion #59539
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix infinite recursion #59539
Conversation
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 |
r=me with tidy fixed @bors p=1 (unbreaks rustfmt) |
c1c6a64
to
29885ff
Compare
@bors: r=eddyb |
📌 Commit 29885ff has been approved by |
…ursion, r=eddyb Fix infinite recursion Temporary fix for rust-lang#59502. r? @eddyb
Rollup of 5 pull requests Successful merges: - #59343 (rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.) - #59380 (Fix invalid DWARF for enums when using ThinLTO) - #59463 (skip dyn keyword lint under macros) - #59539 (Fix infinite recursion) - #59544 (manifest: only include miri on the nightly channel) Failed merges: r? @ghost
Temporary fix for #59502.
r? @eddyb