-
Notifications
You must be signed in to change notification settings - Fork 347
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
Adjust for supporting more implicit ptr-to-int transmutation #2516
Conversation
50d3ea5
to
8952a08
Compare
6a45b33
to
c7c9f9b
Compare
Hm, some test is taking forever and ui_test doesn't have any kind of timeout... |
c7c9f9b
to
d936f3a
Compare
It's the Let's see if a slightly older rustc still works. |
Adjust for supporting more implicit ptr-to-int transmutation This is the Miri side of rust-lang/rust#101101. Fixes #2456.
Yeah this times out still... |
Blocked on rust-lang/rust#101237. |
1ba794f
to
4383da8
Compare
@bors r+ |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
4383da8
to
0113f9e
Compare
Some of the changes here are due to rust-lang/rust#98919, but the conflicts made it too annoying to keep them in a separate commit... @bors r+ |
☀️ Test successful - checks-actions |
This is the Miri side of rust-lang/rust#101101.
Fixes #2456.