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
If a C library calls a Rust function with an unknown enum value, the behaviour is undefined. The Rust code generator should probably take enums as integer than check if the value fits with one of the enum variant. If it doesn't fit, it would pass None to our code.
If a C library calls a Rust function with an unknown enum value, the behaviour is undefined. The Rust code generator should probably take enums as integer than check if the value fits with one of the enum variant. If it doesn't fit, it would pass
None
to our code.Resources:
The text was updated successfully, but these errors were encountered: