-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Can't build project with serde with latest cargo #5453
Comments
Thanks for the report @ehuss! I've found the issue and am working on a test. |
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this issue
May 2, 2018
This fixes an accidental bug introduced in rust-lang#5300 by ensuring a local map keeps track of the fact that there can be multiple dependencies for one name Closes rust-lang#5453
This should be fixed at #5454 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building a project with a dependency
serde = "1.0"
causes the following error:This might be caused by #5300 (cc @djc).
The text was updated successfully, but these errors were encountered: