-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Duplicate Errors #451
Comments
I can't seem to reproduce this locally, do you have a repo that I could try this out on? It would preferably have a |
It happens intermittently, I'll save the next time it happens and update this issue. |
@alexcrichton I've come across this error again and uploaded a test case here: https://github.com/reem/cargo-double-error It even includes a Cargo.lock, even though it has no deps. That consistently gives this error message (note the double output for the error on L#33):
I think this might be a rustc error, but I'm not sure. |
This looks to be an error in rustc itself:
Would you mind opening a bug in rust-lang/rust? |
Done. rust-lang/rust#16966 |
Thanks! |
Often when I build projects with many dependencies using cargo, I end up with stuff like:
Where an error is displayed many times. This is weird.
The text was updated successfully, but these errors were encountered: