Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add asserts to catch BorrowMutError's
This intentionally borrows from `RefCell`s before conditional code to try to prevent regressions like #13646 without exhaustively covering every case that could hit these `BorrowMutError`s with complicated tests. I tested this by ensuring the registry code path panicked before rebasing on top of #13647. Once I rebased, the panic went away. Co-authored-by: Ed Page <eopage@gmail.com>
- Loading branch information