-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Importing from rustpkg in pkg.rs causes link error #7338
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
Tracked the call path to here https://github.com/mozilla/rust/blob/master/src/librustpkg/util.rs#L287 |
Related to #6401 |
#7403 should fix this when it lands. |
Testing this. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Oct 7, 2021
Re-write shadow lints changelog: Move shadow_unrelated to restriction changelog: The shadow lints find a lot more shadows and are not limited to certain patterns Drastically simplifies the implementation. Catches a lot more cases. I removed the "initialization happens here" note. It is not helpful IMO. Closes rust-lang#318 Fixes rust-lang#2890 Fixes rust-lang#6563 Fixes rust-lang#7588 Fixes rust-lang#7620
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to convert rust-http-client to use rustpkg I ran into some issues during link phase. With a custom
pkg.rs
, I am able to cause the following output:The smallest program that I can write to cause this behavior is the following
The text was updated successfully, but these errors were encountered: