-
Notifications
You must be signed in to change notification settings - Fork 385
Cannot compile a crate with a crate-type = ["rlib"]
dependency
#1691
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
If I remove Lines 599 to 607 in e09dce0
Actually I don't understand why
Maybe that's an oversight from #1577? |
Maybe? The tricky bit about touching that code is that we have no test for it... |
Okay, with #1708 we have a test. If you can make it so that test still passes, I'm okay. ;) In a quick local test, you are right -- looks like we can remove |
See danielhenrymantilla/rust-uninit#4
Steps to reproduce the problem
Have a crate with a
crate-type = ["rlib"]
dependency (that gets used):The last command fails with:
-vv
flag, the copy-pasted compilation invocation of cratebar
yielded no compilation artifacts (mainly, no.rmeta
file).Host context
As you can see from the error message, this, at least, happens on the
x86_64-apple-darwin
platform;will try to test this on Linux nowSame forx86_64-unknown-linux-gnu
.The text was updated successfully, but these errors were encountered: