▲ | codedokode 4 days ago | |
The drop that you mention doesn't free memory, as I understand, it is called before actually destroying object's memory. | ||
▲ | steveklabnik 4 days ago | parent [-] | |
Not inherently, sure. But ultimately this is far afield of what I was trying to say, which is that the signature being discussed of being changed from &mut T to &owned T is the one from the Drop trait. That’s it. |