-
Notifications
You must be signed in to change notification settings - Fork 12.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
Disable field reordering #38523
Disable field reordering #38523
Conversation
Out of curiosity, was the breakage due to bugs in the compiler or in servo? |
Servo, but leading to us discussing how to roll out these sorts of changes and raising the question "what about other people?" The longterm plan for the change isn't yet decided. |
Cool, makes sense. This was always the result I feared of us delaying making the change for however many years its been since that RFC. |
943b78e
to
b6b630a
Compare
@bors r+ p=1 |
📌 Commit b6b630a has been approved by |
Disable field reordering This was decided via IRC and needs a backport to beta. Basically, #37429 broke servo, and probably needs an announcement and opt-in flag. I didn't run all tests locally but think I've already reverted all the ones that need to be reverted. r? @nikomatsakis
Nominated for beta (and marked as accepted). cc @rust-lang/compiler |
This was decided via IRC and needs a backport to beta. Basically, #37429 broke servo, and probably needs an announcement and opt-in flag. I didn't run all tests locally but think I've already reverted all the ones that need to be reverted.
r? @nikomatsakis