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
The generator::unwrap_panicked test fails. It seems like both catch_unwinds (inside unwind_wrapper and inside the test) are not catching the panic. Seems like the unwinder somehow fails to properly unwind the stack.