-
-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#[derive(Encode)] and friends break on structs with default generic arguments #537
Comments
Same problem I have with negative numbers -
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
trevyn
added a commit
to trevyn/bincode
that referenced
this issue
Oct 8, 2022
This was referenced Oct 8, 2022
trevyn
added a commit
to trevyn/bincode
that referenced
this issue
Oct 8, 2022
VictorKoenders
pushed a commit
that referenced
this issue
Oct 8, 2022
blp
added a commit
to feldera/feldera
that referenced
this issue
Jun 8, 2023
The bug in `bincode` that prevented this has now been fixed (see bincode-org/bincode#537). Signed-off-by: Ben Pfaff <[email protected]>
blp
added a commit
to feldera/feldera
that referenced
this issue
Jun 8, 2023
The bug in `bincode` that prevented this has now been fixed (see bincode-org/bincode#537). Signed-off-by: Ben Pfaff <[email protected]>
blp
added a commit
to feldera/feldera
that referenced
this issue
Jun 9, 2023
The bug in `bincode` that prevented this has now been fixed (see bincode-org/bincode#537). Signed-off-by: Ben Pfaff <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm testing against 2.0.0-rc.1.
The derive macros cause syntax errors when given a struct with a default generic argument, such as:
This produces the following error:
(I tested this in some project, so there is an unhelpful line number.)
The text was updated successfully, but these errors were encountered: