- // If we change the two "borrow" below to "borrow_mut", you can get a panic even with a "call" that requires a
- // mutable borrow. However, that panic is then triggered by our own, external `RefCell` (so it's kind of our fault),
- // rather than being triggered by the `RefCell` in the `Callbacks`.