Uh oh!
There was an error while loading. Please reload this page.
update Miri - #64485
Merged
Merged
Conversation
rust-highfive
commented
Sep 15, 2019
Contributor
|
This comment has been minimized.
This comment has been minimized.
alexcrichton
commented
Sep 16, 2019
Member
@bors: r+ p=1 |
bors
commented
Sep 16, 2019
Collaborator
📌 Commit d77e51dcfafa990e1bb50523f079af124f14ea2f has been approved by |
This comment has been minimized.
This comment has been minimized.
RalfJung
commented
Sep 16, 2019
MemberAuthor
Resolved conflicts. @bors r=alexcrichton |
bors
commented
Sep 16, 2019
Collaborator
📌 Commit b7ebbc2 has been approved by |
bors
commented
Sep 16, 2019
Collaborator
⌛ Testing commit b7ebbc2 with merge b279b2ea3f2dee299a87613c8839b964d2c21920... |
Centril added a commit
to Centril/rust
that referenced
this pull request
Sep 16, 2019
update Miri Fixesrust-lang#64363 r? @alexcrichton for the Cargo.toml changes: with byteorder 1.3, the `i128` feature is a NOP, so we can remove it everywhere and then get rid of this crate in the workspace-hack.
Centril
commented
Sep 16, 2019
Contributor
@bors retry rolled up. |
bors
commented
Sep 16, 2019
Collaborator
⌛ Testing commit b7ebbc2 with merge 19d38d7d69ad79c5dac43437a7e83c556b200593... |
Centril added a commit
to Centril/rust
that referenced
this pull request
Sep 16, 2019
update Miri Fixesrust-lang#64363 r? @alexcrichton for the Cargo.toml changes: with byteorder 1.3, the `i128` feature is a NOP, so we can remove it everywhere and then get rid of this crate in the workspace-hack.
Centril
commented
Sep 16, 2019
Contributor
@bors retry rolled up. |
bors added a commit
that referenced
this pull request
Sep 16, 2019
Rollup of 4 pull requests Successful merges: - #64357 (`AdtDef` is an algebraic data type, not abstract data type) - #64485 (update Miri) - #64509 (Make some adjustments to the documentation for `std::convert::identity`) - #64518 (Use while let slice_pattern instead of carrying an index around) Failed merges: r? @ghost
bors
commented
Sep 17, 2019
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes#64363
r? @alexcrichton for the Cargo.toml changes: with byteorder 1.3, the
i128feature is a NOP, so we can remove it everywhere and then get rid of this crate in the workspace-hack.