Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprefcell_backtrace doesn't work #26971
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our DomRefCell borrow/borrow_mut methods call try_borrow/try_borrow_mut instead of accountable_refcell's borrow/borrow_mut. The backtraces only happen from the borrow/borrow_mut methods.