Uh oh!
There was an error while loading. Please reload this page.
Cleanup debuginfo generation a bit - #68959
Conversation
According to eddyb on Zulip this is likely from the time when the argument scope wasn't the root scope
rust-highfive
commented
Feb 8, 2020
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Feb 8, 2020
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 |
mark-i-m
commented
Feb 8, 2020
cc @eddyb I think |
bors
commented
Feb 9, 2020
☔ The latest upstream changes (presumably #68975) made this pull request unmergeable. Please resolve the merge conflicts. |
JohnCSimon
commented
Feb 16, 2020
ping from triage: @bjorn3 can you address the failed checks? |
bjorn3
commented
Feb 22, 2020
Dylan-DPC-zz
commented
Aug 8, 2020
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
CrateDebugContextin favor ofCodegenCxin debuginfo generation.