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
In src/dbghelp.rs:294. WaitForSingleObjectEx is only checked with debug_assert_eq!. It also doesn't check WAIT_ABANDONED. Are we just assuming it can never fail?
In
src/dbghelp.rs:294.WaitForSingleObjectExis only checked withdebug_assert_eq!. It also doesn't checkWAIT_ABANDONED. Are we just assuming it can never fail?