Uh oh!
There was an error while loading. Please reload this page.
[beta] another round of backports for 1.42 - #69748
Conversation
Mark-Simulacrum
commented
Mar 5, 2020
@bors r+ p=1 |
bors
commented
Mar 5, 2020
📌 Commit 5379abbc0f87fc5311571948715cfc5f7b622a36 has been approved by |
bors
commented
Mar 6, 2020
⌛ Testing commit 5379abbc0f87fc5311571948715cfc5f7b622a36 with merge a3daaf029bcbbe159cf5aba18ffeff5d7408668e... |
rust-highfive
commented
Mar 6, 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 |
bors
commented
Mar 6, 2020
💔 Test failed - checks-azure |
This change avoids the ICE by actually emitting an appropriate error. The output will be duplicated in some cases, but that's better than the avoidable ICE.
This is a minimal regression test for the issue rust-lang#68794: "TEXTREL in i686", which was fixed with e86019c. The test links a minimal rust static library into a shared library, and checks that the linker didn't have to add the TEXTREL flag.
Mark-Simulacrum
commented
Mar 6, 2020
@bors r+ |
bors
commented
Mar 6, 2020
📌 Commit cead378 has been approved by |
bors
commented
Mar 6, 2020
⌛ Testing commit cead378 with merge 33c4c571a74e75d264028d35c3cee2dbad337e1b... |
rust-highfive
commented
Mar 6, 2020
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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
commented
Mar 6, 2020
💔 Test failed - checks-azure |
emilyalbini
commented
Mar 6, 2020
@bors retry |
emilyalbini
commented
Mar 6, 2020
@bors p=1001 |
bors
commented
Mar 6, 2020
bors
commented
Mar 6, 2020
☀️ Test successful - checks-azure |
This backports the following pull requests:
DiagnosticBuilder::into_diagnostic. Fix a leak inDiagnosticBuilder::into_diagnostic. #69628