-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 ignoring #[link(name="foo")]
#8239
Comments
With rustdoc_ng it seems to work fine now, but for rust-zmq it's still a problem |
I suspect rustpkg is ignoring #[link(vers=3.1415927)] as well, and that really should work. This also will need documentation once it's finished. |
@graydon thinks #[link(...)] should be removed altogether, so as to make it possible to refer to packages in |
Closing in anticipation that #8523 will be accepted. |
…d does not show the solution
issue rust-lang#8239: Printed hint for lint or_fun_call is cropped and does no… fixes rust-lang/rust-clippy#8239 changelog: [`or_fun_call`]: if suggestion contains more lines than MAX_SUGGESTION_HIGHLIGHT_LINES it is stripped to one line
There seems to be a bug where rustpkg ignores the #[link(name="foo")], both when building executables (for example, on rustdoc_ng it emits a "main" executable rather than "rustdoc_ng"), and installing (for rust-zmq, it tries to find librust_zmq-etc.so, even though it's built as libzmq)
The text was updated successfully, but these errors were encountered: