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 noticed while working on #1036 that while the abi generator errors on multiple callback parameters, the code generator supports multiple #[callback_vec] method arguments.
My understanding is that multiple #[callback_vec] arguments don't make sense, so this should be a compile time error in the code generator. Also supported by #860 (comment)
The text was updated successfully, but these errors were encountered:
I noticed while working on #1036 that while the abi generator errors on multiple callback parameters, the code generator supports multiple
#[callback_vec]
method arguments.My understanding is that multiple
#[callback_vec]
arguments don't make sense, so this should be a compile time error in the code generator. Also supported by #860 (comment)The text was updated successfully, but these errors were encountered: