For Defer, it'd be whichever one you called `.borr...
# 🦴bones
z
For Defer, it'd be whichever one you called
.borrow()
on first, get's the lock, and then if you called
.borrow()
on the second one without dropping the first one, it'd panic.