-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix ICE: don't use struct_variant
on enums
#40285
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? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ Beta (1.16) nominating because regression. |
📌 Commit 168122f has been approved by |
Fix ICE: don't use `struct_variant` on enums Fix rust-lang#40221 and add unittest.
🔒 Merge conflict |
@bors r- There's an error with these changes |
Fix rust-lang#40221 and add unittest.
Regarding the merge conflict, it's a bug with Homu/bors, not with your changes. |
@bors r+ |
📌 Commit ad06fc7 has been approved by |
⌛ Testing commit ad06fc7 with merge bd62cbf... |
Fix ICE: don't use `struct_variant` on enums Fix #40221 and add unittest.
☀️ Test successful - status-appveyor, status-travis |
Fix #40221 and add unittest.