-
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
Fix ICE: don't use struct_variant
on enums
#40285
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.