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
panic::propagate triggers a panic without invoking the panic handler or wrapping the payload in a Box<Any>, allowing for panics to be recovered from at an FFI boundary, transported back into Rust and restarted.