#[derive(IntoBytes)]
on generic enums emits code with an arity error.
#1642
Labels
#[derive(IntoBytes)]
on generic enums emits code with an arity error.
#1642
This:
...expands to this:
...in which
MyEnum
is unparameterized in thewhere
bound. Consequently, a generic arity error is emitted.The text was updated successfully, but these errors were encountered: