-
Couldn't load subscription status.
- Fork 13.9k
Fix ICE when accessing mutably an immutable enum #39602
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
Conversation
|
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ |
|
📌 Commit 6c3196e has been approved by |
|
@eddyb had to fix a previously unstaged typo, it should be fine now. Sorry about that. |
|
@bors r+ |
|
📌 Commit df73bc9 has been approved by |
Fix ICE when accessing mutably an immutable enum Fix rust-lang#39544.
Fix ICE when accessing mutably an immutable enum Fix rust-lang#39544.
Fix ICE when accessing mutably an immutable enum Fix rust-lang#39544.
Fix ICE when accessing mutably an immutable enum Fix rust-lang#39544.
|
Accepted for beta. Regression fix. Thanks @estebank. |
[beta] next - #39913 - #39730 - #39674 - #39602 - #39586 - #39471 - #39980 - #40020 - #40135 @nikomatsakis [this commit](3787d33) did not pick cleanly. You might peek at it. I took the liberty of accepting all the nominations myself, but the [packed struct alignment](#39586) PR is quite large. It did pick fine though and there's a comment there suggesting it works on beta cc @rust-lang/compiler. cc @alexcrichton
Fix #39544.