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
When panic occurs in testing function it's an UB, because stack unwind should never cross FFI boundary. Until we're using crABI all FFI calls should contain catch_unwind() and report errors probably via separate error function.
The text was updated successfully, but these errors were encountered:
When panic occurs in testing function it's an UB, because stack unwind should never cross FFI boundary. Until we're using crABI all FFI calls should contain
catch_unwind()
and report errors probably via separate error function.The text was updated successfully, but these errors were encountered: