-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustpkg doesn't find libraries with missing sources #10430
Comments
To provide a little more detail, the code is:
Even if the compiled library |
@catamorphism any hints of the best place for it to check if a compiled library exists and handle appropiately? I was thinking |
rustpkg also fails to find the library
giving the error:
Maybe for the same reason, or is this a separate bug? |
rustpkg has been removed, closing |
New lint: detect `if` expressions with simple boolean assignments to the same target Closes rust-lang#10430 changelog: [`needless_bool_assign`] new lint to detect simple boolean assignment to the same target in `if` branches
I compiled an
.so
from source and put it into mylib
directory, butrustpkg build
didn't find it.Please let me know if I can provide more details.
The text was updated successfully, but these errors were encountered: