Hacker News new | ask | show | jobs
by codedokode 296 days ago
The drop that you mention doesn't free memory, as I understand, it is called before actually destroying object's memory.
1 comments

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.