-
Notifications
You must be signed in to change notification settings - Fork 14.1k
[beta] backports #149572
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
[beta] backports #149572
Conversation
To support loading dependencies with target modifiers and avoid ABI mismatch errors. (cherry picked from commit accd1fe)
(cherry picked from commit c523b65)
(cherry picked from commit 4930d3e)
(cherry picked from commit 00f3155)
(cherry picked from commit 2c6b1d3)
…g elements if lengths are different. (cherry picked from commit 907f5c1)
Fixes rust-lang#149092 (cherry picked from commit f580357)
This comment has been minimized.
This comment has been minimized.
(cherry picked from commit ae830ef)
This comment has been minimized.
This comment has been minimized.
(cherry picked from commit bc0126d)
This comment has been minimized.
This comment has been minimized.
|
Note: I had to close the tree due to #149575, but try with p=1001 if beta isn't affected by that... |
Seems I'm still missing something -- @Kobzol could you please take a look? |
|
Huh, the command works for me locally. I'll investigate. |
(cherry picked from commit 4eb0beb)
|
Maybe it's citool #148785? I'll give that a shot... |
|
I think that the problem is here. Pushed a possible fix. |
|
Seems like that did the trick. The |
|
I'll wait for the rest of the PR checks, but are you ok with all the other branch-rename commits I've backported? |
|
Yeah, the other things should be fine to land on beta. |
|
@bors r+ rollup=never p=10 |
|
☀️ Test successful - checks-actions |
BTreeMap::eq, do not compare the elements if the sizes are different. InBTreeMap::eq, do not compare the elements if the sizes are different. #149125doc(hidden)Handle cycles when checking impl candidates fordoc(hidden)#149185r? cuviper