You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for locked_dep in locked.locked_before.lock().unwrap().iter(){
168
171
if locked_dep.lock == *this && locked_dep.lock != *locked {
169
172
#[cfg(feature = "backtrace")]
170
-
panic!("Tried to violate existing lockorder.\nMutex that should be locked after the current lock was created at the following backtrace.\nNote that to get a backtrace for the lockorder violation, you should set RUST_BACKTRACE=1\nLock constructed at:\n{:?}\n\nLock dep created at:\n{:?}\n\n", locked._lock_construction_bt, locked_dep.lockdep_trace);
173
+
panic!("Tried to violate existing lockorder.\nMutex that should be locked after the current lock was created at the following backtrace.\nNote that to get a backtrace for the lockorder violation, you should set RUST_BACKTRACE=1\nLock being taken constructed at: {}:\n{:?}\nLock constructed at: {}:\n{:?}\n\nLock dep created at:\n{:?}\n\n",
0 commit comments