-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Cleanup debuginfo generation a bit #68959
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
According to eddyb on Zulip this is likely from the time when the argument scope wasn't the root scope
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
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 |
cc @eddyb I think |
☔ The latest upstream changes (presumably #68975) made this pull request unmergeable. Please resolve the merge conflicts. |
ping from triage: @bjorn3 can you address the failed checks? |
This is blocked on another blocked pr, and neither of them seem to be moving in the near future, so closing this one. You can create a new PR later if you wish once there's some progress. Thanks |
This removes an no longer necessary hack. This also uses
CrateDebugContext
in favor ofCodegenCx
in debuginfo generation.