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
Change Tuple1as0(Skipped) representation: newtype -> tuple(0), similar to Tuple0() struct
A side-effect: Tuple2as1(Skipped, x) now also can be deserialized using visit_newtype_struct
Changes in generated code (see the file attached to PR):
Tuple1as0:
Tuple1as0Default:
Tuple1as0With:
removed visit_newtype_struct, *_newtype_struct -> *_tuple_struct(0)
Tuple2as1:
Tuple2as1Default:
Tuple2as1With:
added visit_newtype_struct
This commit fixes compilation error and actually fixes the issue as it was reported in #2105
0 commit comments