request at least ptr-size alignment from posix_memalign#62296
Merged
bors merged 4 commits intorust-lang:masterfrom Jul 6, 2019
Merged
request at least ptr-size alignment from posix_memalign#62296bors merged 4 commits intorust-lang:masterfrom
bors merged 4 commits intorust-lang:masterfrom
Conversation
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Member
Author
|
I expanded the |
Member
|
@bors: r+ |
Collaborator
|
📌 Commit 45e7ba9 has been approved by |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Jul 3, 2019
request at least ptr-size alignment from posix_memalign Fixes rust-lang#62251
Contributor
|
Failed in #62349 (comment), @bors r- |
Member
Author
(It was actually hard to copy-paste that piece of corrupted output from https://dev.azure.com/rust-lang/rust/_build/results?buildId=2298... impressive, Azure is doing worse than AppVeyor in that regard.) |
Member
Author
|
@alexcrichton This should fix the unused-import error. |
Member
|
@bors: r+ |
Collaborator
|
📌 Commit 2e47fc3 has been approved by |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Jul 5, 2019
request at least ptr-size alignment from posix_memalign Fixes rust-lang#62251
Centril
added a commit
to Centril/rust
that referenced
this pull request
Jul 5, 2019
request at least ptr-size alignment from posix_memalign Fixes rust-lang#62251
bors
added a commit
that referenced
this pull request
Jul 5, 2019
Rollup of 8 pull requests Successful merges: - #60260 (Add support for UWP targets) - #62151 (Update linked OpenSSL version) - #62245 (Miri engine: support extra function (pointer) values) - #62257 (forward read_c_str method from Memory to Alloc) - #62264 (Fix perf regression from Miri Machine trait changes) - #62296 (request at least ptr-size alignment from posix_memalign) - #62329 (Remove support for 1-token lookahead from the lexer) - #62377 (Add test for ICE #62375) Failed merges: r? @ghost
Centril
added a commit
to Centril/rust
that referenced
this pull request
Jul 6, 2019
request at least ptr-size alignment from posix_memalign Fixes rust-lang#62251
bors
added a commit
that referenced
this pull request
Jul 6, 2019
Rollup of 7 pull requests Successful merges: - #62151 (Update linked OpenSSL version) - #62245 (Miri engine: support extra function (pointer) values) - #62257 (forward read_c_str method from Memory to Alloc) - #62264 (Fix perf regression from Miri Machine trait changes) - #62296 (request at least ptr-size alignment from posix_memalign) - #62329 (Remove support for 1-token lookahead from the lexer) - #62377 (Add test for ICE #62375) Failed merges: r? @ghost
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 free
to 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 #62251