-
Notifications
You must be signed in to change notification settings - Fork 8
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 lang item in crate core
" when building
#71
Comments
Can you put together a small reproduction, or is there a public project where this happens? |
Sorry for the delay, this should reproduce:
|
TheBlueMatt
added a commit
to TheBlueMatt/ldk-c-bindings
that referenced
this issue
Jul 9, 2021
TheBlueMatt
added a commit
to TheBlueMatt/ldk-c-bindings
that referenced
this issue
Jul 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With current nightly, on x86_64 linux (and reproduced on a friend's machine, linking fails when building with
-Zbuild-std
. It appears to be trying to link libstd twice, and results in a billion and one error messages, starting with the one below.cargo +nightly build -Zbuild-std --target x86_64-unknown-linux-gnu -v
The text was updated successfully, but these errors were encountered: