-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #61283
[beta] Rollup backports #61283
Conversation
…of DoubleEndedIterators." This reverts commit 3e86cf3.
@bors r+ p=20 |
📌 Commit 242de1cbc8ed092631b0c2931005e8236e7e9b82 has been approved by |
@bors r- A PR had wrong labels, I'll add it. |
rust-lang@cff075009 made LLVM emit less debuginfo when compiling with "line-tables-only". The change was essentially correct but the reduced amount of debuginfo broke a number of tools. This commit reverts the change so we get back the old behavior, until we figure out how to do this properly and give external tools to adapt to the new format. See rust-lang#60020 for more info.
📌 Commit 4f22a66 has been approved by |
⌛ Testing commit 4f22a66 with merge c3ffeea353cef7cab8ed31a9f55de31e63a892ac... |
💔 Test failed - status-appveyor |
I have filed rust-lang/rls#1466 for the flakey rls error since I've personally seen it happen multiple times. |
@bors retry |
⌛ Testing commit 4f22a66 with merge 70d3e4e53d0b1389050083735af5123778296fc2... |
💔 Test failed - checks-travis |
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 |
@bors retry Android signal 11. |
[beta] Rollup backports Rolled up: * [beta] adjust deprecation date of mem::uninitialized #61160 Cherry-picked: * Fix ICE with inconsistent macro matchers #61046 * Revert "Add implementations of last in terms of next_back on a bunch of DoubleEndedIterators." #61057 * debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1 #61007 r? @ghost
☀️ Test successful - checks-travis, status-appveyor |
Rolled up:
Cherry-picked:
r? @ghost