-
-
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
Rust nightly / serde_macros support #149
Comments
Thanks for the hint. Unfortunately I am quite behind the eight ball regarding this problem, all I know is that right now serde is the reason people seem to be unable to use/compile most of the APIs presented here. Am I correctly assuming that this issue is not related to #148 ? |
That's a different issue, on nightly you wouldn't use syntex. The serde readme has a section about how to do this, if nobody beats me to it I'll submit a PR soon(tm). |
And I am looking forward to it. |
Any idea what's wrong here? |
FWIW I'm also getting that without my changes, and on two different machines. @Byron |
@jgillich I get that build error too; however, the API crates build fine when used as dependency of another crate (e.g., an application crate). It seems that it's a bug either in cargo or the build script. This is what strace says:
as you can see, some cargo child process
I have no idea why cargo exhibits this behavior, though. Other crates with similar dependencies compile fine. |
I now ran into the same issue with a rather recent cargo ( The fix has just been pushed, even though I was too lazy to make it reproducible and file an issue (there are more important things to do right now). However, I am totally considering to do that if nobody beats me to it. |
serde_macros on nightly breaks when you include a dependency that uses serde_codegen (serde-rs/serde#202). Supporting both via feature flags would be great.
The text was updated successfully, but these errors were encountered: