-
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
request at least ptr-size alignment from posix_memalign #62296
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
I expanded the |
@bors: r+ |
📌 Commit 45e7ba9 has been approved by |
request at least ptr-size alignment from posix_memalign Fixes rust-lang#62251
Failed in #62349 (comment), @bors r- |
(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.) |
@alexcrichton This should fix the unused-import error. |
@bors: r+ |
📌 Commit 2e47fc3 has been approved by |
request at least ptr-size alignment from posix_memalign Fixes rust-lang#62251
request at least ptr-size alignment from posix_memalign Fixes rust-lang#62251
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
request at least ptr-size alignment from posix_memalign Fixes rust-lang#62251
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
Fixes #62251