Mem uninit doc ptr drop#56970
Conversation
|
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 |
|
I've updated based on your feedback @Manishearth, I think the travis build failure is not related to this work. |
|
It's related: |
|
I apologise, I really didn't see that error. I was staring at the log for quite a while :( Fixed and pushing. |
|
@bors r+ thanks! |
|
📌 Commit b2d8040 has been approved by |
|
@bors rollup |
Extend the mem::uninitialized documentation to account for partially initialized arrays and how to correctly handle these. These are used in some datastructures (trees for example) or in FFI.
r? @Manishearth