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
Don't double panic in futures-test::test::panic_waker::wake_panic (#2236)
This function can get called during Drop, so it's important not to panic
if the thread is already panicking. Doing so makes debugging panics much
harder.
0 commit comments