-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
plus1
build error
#34
Milestone
Comments
Byron
modified the milestones:
v1.0.0 - first release with Rust 1.0.0,
v0.1 - feature completeness
Mar 20, 2015
Filed an issue in serde. Scheduled for review for 1.0, latest. |
Byron
added a commit
that referenced
this issue
Mar 20, 2015
Must be `Option<Box<T>>` now, whereas a simple `Box<T>` worked previously. Anyway, serde can't decode/encode Boxes yet, so plus1 was removed from the list of APIs to build. Related to #34
Also check (for similar reason):
|
You can watch the development stream on youtube. |
Byron
added a commit
that referenced
this issue
Mar 21, 2015
They currently don't compile as Box 'serde' is not supported. See serde-rs/serde#45. Related to #34.
|
Byron
modified the milestones:
v1.0.0 - first release with Rust 1.0.0,
v1.1.0 - Delegate Callbacks
Jul 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
illegal recursive struct type; wrap the inner value in a box to make it representable
The text was updated successfully, but these errors were encountered: