-
Notifications
You must be signed in to change notification settings - Fork 93
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
Trouble with crates duplicated between the sysroot and the project #261
Comments
rust-lang/wg-cargo-std-aware#34 might or might not be related. |
I have come across this bug again while updating a custom libstd to rust nightly 2019-11-25. I'm currently working on making a minimal reproducer, but I'm very afraid that whatever reproducer I manage to create will be dependent on the rustc version used, making it hard to use as a xargo test... |
https://github.com/roblabla/xargo-reproducer Running |
Unfortunately, this requires a fairly elaborate setup to reproduce (roblabla/xargo-reproducer@abe5612 in my minimal reproducer, we need to inject a dependency in libcore). Not sure how I'd be able to recreate these conditions in a xargo smoke test. |
See #217 for all the details: seems like sometimes there is a problem when a crate occurs both in the sysroot and as a dependency of the project itself. But unfortunately, @roblabla was not able to reproduce this problem, so it is not entirely clear what is really going on.
The text was updated successfully, but these errors were encountered: