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
We have a lot of enum types that are passed/returned via FFI (whether it be us calling foreign functions or exposing functions called from non-Rust code) but that comes with a subtle footgun. See rust-lang/rust#36927. We need to go over the code to make sure we're not tripping up over this.
The text was updated successfully, but these errors were encountered:
We have a lot of enum types that are passed/returned via FFI (whether it be us calling foreign functions or exposing functions called from non-Rust code) but that comes with a subtle footgun. See rust-lang/rust#36927. We need to go over the code to make sure we're not tripping up over this.
The text was updated successfully, but these errors were encountered: