-
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
Fix the conversion between bit representations and i128 representations #49210
Conversation
travis likes it now. This should be the last (non-perf) regression of miri for which there are open issues. |
@bors p=5 This is a regression that we ought to fix before cutting next beta. |
@bors r+ |
📌 Commit b272749 has been approved by |
⌛ Testing commit b272749 with merge 73906155af2ed482ba7577222d5ab2db2265d9a3... |
@bors: retry master changed |
☀️ Test successful - status-appveyor, status-travis |
fixes #49181
the
Discr
type now encodes the bit representation instead ofi128
oru128
casted tou128
.r? @eddyb