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
I have a trait that has a method that returns a stabby::option::Optionstabby::string::String. It says that it resturns the type stabby::stabby_abi::End, which is not FFI-safe.
The text was updated successfully, but these errors were encountered:
Ah it only gives me trouble with methods returning stabby::option::Option<stabby::string::String> if I use stabby::option::Option::None() in the method body.
if used in stable trait default method body it will not compile but if the method default is left undefined and then the method is implemented for a type using stabby::option::Option::None() in its body it will compile with same messages as a warning instead of an error.
I have a trait that has a method that returns a stabby::option::Optionstabby::string::String. It says that it resturns the type stabby::stabby_abi::End, which is not FFI-safe.
I have a trait that has a method that returns a stabby::option::Optionstabby::string::String. It says that it resturns the type
stabby::stabby_abi::End
, which is not FFI-safe.The text was updated successfully, but these errors were encountered: