-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Possible Regression: Error: the current crate is indistinguishable from one of its dependencies #111349
Comments
Can you use |
I can't reproduce this on the latest nightly. Can you post the exact rustc version and your dependency tree? |
The latest PR that relates to E0519 seems to be #109213 |
I am facing the same issue on Linux after a fresh
I can reproduce it consistently when setting a RUSTFLAGS environment variable to build with address sanitizer:
Without RUSTFLAGS, everything is building just fine. Also note that the errors can be triggered from different dependencies:
EDIT:
|
In that case this seems to be a duplicate of: #111284 |
@spencerkohan can you reproduce this with the latest stable Rust? This may have been fixed in #111461 |
I'm attempting to compile a crate which depends on
inline_python
.The crate is compiled in the context of this docker file:
This fails on the
cargo build
step with the following error:This docker-file previously built successfully, a few days ago, and all that changed was the base image.
The relevant dependency looks like this:
I believe it might be a regression in nightly, since nothing should have changed which would make this suddenly start failing.
The text was updated successfully, but these errors were encountered: