-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Workaround #34427 by using memset of 0 on ARM to set the discriminant. #36496
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @eddyb |
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 6950242 has been approved by |
Nominated for beta. The regr is marked as "stable-to-stable", so I guess it at least affects beta. =) |
…eddyb Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant. Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant.
…eddyb Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant. Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant.
⌛ Testing commit 6950242 with merge c954ea8... |
💔 Test failed - auto-linux-64-x-android-t |
Failure looks legit. @pnkfelix can you give this another look? |
@brson looking now |
6950242
to
c41a806
Compare
@dotdash pointed out that the size argument is target specific (which makes sense in hindsight). Trivial to fix, embarrassed I made the mistake. |
@bors r+ |
📌 Commit c41a806 has been approved by |
💥 Test timed out |
@bors retry |
…eddyb Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant. Workaround rust-lang#34427 by using memset of 0 on ARM to set the discriminant.
Workaround #34427 by using memset of 0 on ARM to set the discriminant.