-
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
Linker regression #36960
Linker regression #36960
Conversation
@bors r+ Also, does this affect beta, i.e. do we need to backport this? |
📌 Commit 4570199 has been approved by |
@bors r- The new code fails when the same shim is instantiated twice (can't define the same function two times). Will fix. |
OK, the updated version passes |
@bors r+ |
📌 Commit 2d34ad0 has been approved by |
… r=eddyb Linker regression This should fix the symbol conflicts reported in rust-lang#36852. The PR also makes some debug output a bit more informative. r? @eddyb
Accepting for beta because small patch, regression. cc @rust-lang/compiler |
This should fix the symbol conflicts reported in #36852.
The PR also makes some debug output a bit more informative.
r? @eddyb