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
It's explicitly undefined to unwind past an FFI boundary, so these functions can be considered nounwind. The soundness hole allowing safe Rust code to unwind past FFI boundaries should be fixed first (#18510).
It's explicitly undefined to unwind past an FFI boundary, so these functions can be considered
nounwind. The soundness hole allowing safe Rust code to unwind past FFI boundaries should be fixed first (#18510).