Determine whether door_return
actually drops anything
#6
Labels
unclear
Further information is requested
Milestone
The definition of
door_return
given in src/illumos/door_h.rs indicates thatdoor_return
never returns to the calling thread. This should be enough to persuade rustc toDrop
anything that needs dropping, right? Or wrong?The text was updated successfully, but these errors were encountered: