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
Implement an automatically derivable serialize trait.
I have outputted what the derive is generating, and it's not finding a trait and I don't know why:
letbar_deserialized: Bar = Deserialize::deserialize([0; 3]);
then it still doesn't compile, but if you try to compile it multiple times the compiler will give one of two different errors (so there's a bit of non-determinism here, which is very strange!)
Aim
Implement an automatically derivable serialize trait.
I have outputted what the derive is generating, and it's not finding a trait and I don't know why:
Expected Behavior
I think the above should compile
Bug
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: