Adjust for supporting more implicit ptr-to-int transmutation#2516
Adjust for supporting more implicit ptr-to-int transmutation#2516bors merged 2 commits intorust-lang:masterfrom
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 |
glossary: add entry for rustbuild
This is the Miri side of rust-lang/rust#101101.
Fixes #2456.