Closed
Description
http://doc.rust-lang.org/nightly/std/mem/fn.drop.html uses RefCell
, which implies that Drop
relinquishes the borrow, which won't work for anything but RefCell
.
Metadata
Metadata
Assignees
Labels
No labels
http://doc.rust-lang.org/nightly/std/mem/fn.drop.html uses RefCell
, which implies that Drop
relinquishes the borrow, which won't work for anything but RefCell
.