Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential dobule-borrow panic. (#3807)
There is one place in code, where we can potentially panic on double borrow, because the drop routine is done while having data borrowed. # Important Notes The issue was easily reproducible on @Frizi machine.
- Loading branch information