-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix error E0460 when compiled on Rustc repo #5145
Conversation
cc rust-lang/rust#68823
|
I will have to check again. Cleaning the rmeta may cause |
r? @flip1995 |
LGTM. Does this reopen #4015? I think we need another rustup. |
3530375
to
e63e22d
Compare
Is there anything left to do (because of the |
Not really. I thought of some ways to resolve the issue:
None of them seems to work. |
This bug may happen in these cases:
All of them could be resolve by |
I don't think this is a usual setup.
So this happens when the serde/regex version gets bumped. That should be manageable. @bors r+ Thanks! |
📌 Commit 9eb913a has been approved by |
Fix error E0460 when compiled on Rustc repo Sadly, this mostly reverts #5121. Now I use HashMap to only store one rlib per crate. But that would not work when non-compatible version of the same crate show up. changelog: none
☀️ Test successful - checks-travis, status-appveyor |
Sadly, this mostly reverts #5121. Now I use HashMap to only store one rlib
per crate. But that would not work when non-compatible version of the same crate show up.
changelog: none