-
Notifications
You must be signed in to change notification settings - Fork 212
Fails to build latest serde because of out-of-date nightly #65
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
Comments
Yes updating would help, the rustdoc bug is fixed in rustc 1.14.0-nightly (9c31d76e9 2016-10-03). |
I updated nightly but still getting same error: https://docs.rs/crate/rtps/0.2.1/builds/31776 |
I cloned rtps 0.2.1 locally and ran |
@dtolnay can you give me |
The difference is You are going to need a new cargo in order to pick up rust-lang/cargo#3064. I am using cargo 0.13.0-nightly (a713da1 2016-10-05). |
Yes need to start using a newest version of cargo in cratesfyi. I'll start working on updating cargo. |
@onur is there anything I can do to help? |
I've updated cargo and serde_derive is building fine now. But for some reason I also tried to build rtps on my local machine (
I believe this issue is fixed in docs.rs and rtmp may need an update for |
This ticket should be reopened as the problem persists. The What version of cargo is the service using? |
@onur thanks, this is great news! I will take your advice on clippy, it is my highest maintenance dependency. |
I am hitting an issue with serde-derive building on docs.rs: https://docs.rs/crate/rtps/0.2.0/builds/31750
The relevant issue in the serde repository: serde-rs/serde#567 .
It looks like the nightly in my build is from September -- perhaps updating it would help?
The text was updated successfully, but these errors were encountered: