-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #73766
[beta] backports #73766
Conversation
This pass is buggy so I'm disabling it to fix a stable-to-beta regression. Related to rust-lang#73223
In particular matching on complex types such as strings will cause deep recursion to happen. Fixes rust-lang#72933
@bors r+ rollup=never |
📌 Commit b6e6c0d has been approved by |
@bors p=1 |
@bors r- |
📌 Commit 8e8d53f has been approved by |
If you mean #72993, that code hasn't reached the beta branch yet. However, I do think this is the race I predicted in a comment there:
Your failure:
The full @bors builds are serialized, but they can run concurrently to PR CI, so one may have landed while your initial run was in progress. |
Yeah, that's what I was thinking about. Seems like it's probably not too important -- it only affects beta PR CI which isn't all that critical anyway |
⌛ Testing commit 8e8d53f with merge c30cffba0ca878a3c7164b26bf2d9085dce99d33... |
💔 Test failed - checks-azure |
@bors retry network issues |
☀️ Test successful - checks-azure |
This PR backports the following:
bug
Make novel structural match violations not abug
#73446-no-pie
to non-gnu linkers linker: Never pass-no-pie
to non-gnu linkers #73384SimplifyArmIdentity
pass Disable theSimplifyArmIdentity
pass #73262r? @ghost