Comment on Common Rust Lifetime Misconceptions (2020)parentComments−afdbcreid2y`RefCell` does have one big advantage, though: it'll panic instead of deadlock for reentrant borrow.
Comments
`RefCell` does have one big advantage, though: it'll panic instead of deadlock for reentrant borrow.