Uh oh!
There was an error while loading. Please reload this page.
Panic when using mem::uninitialized or mem::zeroed on an uninhabited type - #54667
Conversation
rust-highfive
commented
Sep 29, 2018
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
RalfJung
commented
Sep 29, 2018
@bors try |
bors
commented
Sep 29, 2018
⌛ Trying commit a1a74ab5ad7fae002fe65b388a19be7275536871 with merge cd661db2bccbe284334ee486254891e2858a667a... |
bors
commented
Sep 29, 2018
💔 Test failed - status-travis |
RalfJung
commented
Sep 29, 2018
It got cancelled by another try build. Try again. @bors try |
RalfJung
commented
Sep 29, 2018
@bors retry |
bors
commented
Sep 29, 2018
⌛ Trying commit a1a74ab5ad7fae002fe65b388a19be7275536871 with merge 31ec4bcad01a3a5f6214474912ec7f53478414d7... |
This comment has been minimized.
This comment has been minimized.
RalfJung
commented
Sep 29, 2018
Dang, it's that gdb test again. :/ @japaric any idea? |
RalfJung
commented
Sep 29, 2018
Oh I see. I put all commits related to that test into the other PR because I though it was only about the changed data structures. But it is also about this panic. |
RalfJung
commented
Sep 29, 2018
@rust-timer build 31ec4bcad01a3a5f6214474912ec7f53478414d7 |
rust-timer
commented
Sep 29, 2018
Success: Queued 31ec4bcad01a3a5f6214474912ec7f53478414d7 with parent 7e7bc06, comparison URL. |
scottmcm
commented
Sep 30, 2018
Perf came back; looks clean to me. |
This comment has been minimized.
This comment has been minimized.
oli-obk
commented
Oct 1, 2018
@bors r+ |
bors
commented
Oct 1, 2018
📌 Commit dd65d73 has been approved by |
bors
commented
Oct 1, 2018
⌛ Testing commit dd65d73 with merge 48e45914f2f6dc7499fee2c031c06cf4b4c5ddf7... |
pnkfelix
commented
Oct 1, 2018
@bors r+ |
bors
commented
Oct 1, 2018
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Oct 1, 2018
📌 Commit dd65d73 has been approved by |
bors
commented
Oct 1, 2018
bors
commented
Oct 1, 2018
☀️ Test successful - status-appveyor, status-travis |
All code by @japaric. This re-submits one half of #53508. This is likely not the one that introduced the perf regression, but just to be sure I'll do a perf run anyway.