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
Even with rust-lang/rust#76570, I think it is possible to unwind past an extern "C" function by setting an #[unwind] attribute, and that is UB. We should make sure Miri detects that UB.