-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Add compile fail test for SIMD #40101
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@bors: r+ Looks great, thanks! |
📌 Commit 9e51958 has been approved by |
⌛ Testing commit 9e51958 with merge c76fabf... |
💔 Test failed - status-travis |
@bors: retry
* network error
…On Sat, Feb 25, 2017 at 10:24 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205433060>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40101 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95NN_Som_-p5CV0mHJx1Au0IlMVJKks5rgP5pgaJpZM4MMK3Z>
.
|
⌛ Testing commit 9e51958 with merge ac0b2ad... |
💔 Test failed - status-travis |
@bors: retry
* network failure
…On Sat, Feb 25, 2017 at 10:54 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205435649>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40101 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95CB6fBUP1uOQuZp2rF9xmSk8mILZks5rgQV2gaJpZM4MMK3Z>
.
|
@bors: retry |
@bors: r=alexcrichton |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 9e51958 has been approved by |
☔ The latest upstream changes (presumably #40148) made this pull request unmergeable. Please resolve the merge conflicts. |
@danobi want to rebase this to r+ again? |
9e51958
to
dc53e56
Compare
Done |
@bors: r+ |
📌 Commit dc53e56 has been approved by |
Add compile fail test for SIMD This completes the missing SIMD test task for issue #39059.
☀️ Test successful - status-appveyor, status-travis |
This completes the missing SIMD test task for issue #39059.