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
Using candid specifications with variants gives me a compiler error help: message: not implemented. I stumbled on this when I wanted to use variants from a Motoko Service in Rust.
I guess this comes from declare_variant function using the unimplemented function usage_variant in the rust codegen module.
Are there any plans on an implementation for that?
The text was updated successfully, but these errors were encountered:
Using candid specifications with variants gives me a compiler error
help: message: not implemented
. I stumbled on this when I wanted to use variants from a Motoko Service in Rust.I guess this comes from
declare_variant
function using the unimplemented functionusage_variant
in the rustcodegen
module.Are there any plans on an implementation for that?
The text was updated successfully, but these errors were encountered: