-
Notifications
You must be signed in to change notification settings - Fork 13k
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
inhibit enum layout optimizations under #[repr(C)]
or #[repr(u8)]
#40188
Conversation
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
r? @eddyb |
no backport needed -- presuming we land before the next beta is branched |
a34f5a5
to
2b07d0d
Compare
@bors r+ p=1 (fixing regression) |
📌 Commit 2b07d0d has been approved by |
⌛ Testing commit 2b07d0d with merge b8fe36c... |
💔 Test failed - status-travis |
@bors retry
|
Actual error is:
I believe it's more sccache flakiness. Not sure why. |
inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]` Fixes #40029
☀️ Test successful - status-appveyor, status-travis |
Fixes #40029