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
This is in places such as inside the callbacks in RustClosure and ObjectExt::try_connect_unsafe_id. A user will never be able to safely use catch_unwind on these because they always cross an FFI boundary.
The text was updated successfully, but these errors were encountered:
This is in places such as inside the callbacks in
RustClosure
andObjectExt::try_connect_unsafe_id
. A user will never be able to safely usecatch_unwind
on these because they always cross an FFI boundary.The text was updated successfully, but these errors were encountered: