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
Now we only call unwrap in Rust function and make system crash.
Maybe we can convert Rust error to a C++ struct and return to caller, then we can handle it in C++.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.
Is there an existing issue for this?
What would you like to be added?
Now we only call
unwrap
in Rust function and make system crash.Maybe we can convert Rust error to a C++ struct and return to caller, then we can handle it in C++.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: