-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 Miri #60780
fix Miri #60780
Conversation
This reverts commit 54aefc6.
|
@bors r+ p=1 |
📌 Commit b835ee53a981c01e7c0aee3b88430b0d969fdd0f has been approved by |
Force-pushed to include the fix needed for #60401. |
@bors r=oli-obk |
📌 Commit 0d68836a28e0eec3ad0c48bfa3f00431c78bcd97 has been approved by |
⌛ Testing commit 0d68836a28e0eec3ad0c48bfa3f00431c78bcd97 with merge d38c01b17fc1ddae41bf8edc169b4aad4af5af06... |
This comment has been minimized.
This comment has been minimized.
Dang, we ran into some of @nnethercote's symbol changes. I'll have to figure out what we have to do in Miri there.
|
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-travis |
@bors r=oli-obk |
📌 Commit 43207ca has been approved by |
🌲 The tree is currently closed for pull requests below priority 500, this pull request will be tested once the tree is reopened |
This comment may be helpful. |
I did this, does that seem reasonable? |
Looks fine to me! |
fix Miri This reverts rust-lang#60156, which turned out to be a dead end (see rust-lang#60469). r? @oli-obk
Rollup of 9 pull requests Successful merges: - #60130 (Add implementations of last in terms of next_back on a bunch of DoubleEndedIterators) - #60443 (as_ptr returns a read-only pointer) - #60444 (forego caching for all participants in cycles, apart from root node) - #60719 (Allow subdirectories to be tested by x.py test) - #60780 (fix Miri) - #60788 (default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targets) - #60799 (Allow late-bound regions in existential types) - #60808 (Improve the "must use" lint for `Future`) - #60819 (submodules: update clippy from 3710ec5 to ad3269c) Failed merges: r? @ghost
This reverts #60156, which turned out to be a dead end (see #60469).
r? @oli-obk