Skip to content
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 when accessing mutably an immutable enum #39602

Merged
merged 1 commit into from
Feb 9, 2017

Conversation

estebank
Copy link
Contributor

@estebank estebank commented Feb 6, 2017

Fix #39544.

@rust-highfive
Copy link
Collaborator

r? @eddyb

(rust_highfive has picked a reviewer for you, use r? to override)

@eddyb
Copy link
Member

eddyb commented Feb 7, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Feb 7, 2017

📌 Commit 6c3196e has been approved by eddyb

@estebank
Copy link
Contributor Author

estebank commented Feb 7, 2017

@eddyb had to fix a previously unstaged typo, it should be fine now. Sorry about that.

@eddyb
Copy link
Member

eddyb commented Feb 7, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Feb 7, 2017

📌 Commit df73bc9 has been approved by eddyb

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 7, 2017
Fix ICE when accessing mutably an immutable enum

Fix rust-lang#39544.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 7, 2017
Fix ICE when accessing mutably an immutable enum

Fix rust-lang#39544.
bors added a commit that referenced this pull request Feb 7, 2017
Rollup of 15 pull requests

- Successful merges: #38764, #39361, #39426, #39462, #39482, #39557, #39561, #39582, #39583, #39587, #39598, #39599, #39601, #39602, #39604
- Failed merges:
@arielb1 arielb1 added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 7, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 8, 2017
Fix ICE when accessing mutably an immutable enum

Fix rust-lang#39544.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 9, 2017
Fix ICE when accessing mutably an immutable enum

Fix rust-lang#39544.
bors added a commit that referenced this pull request Feb 9, 2017
Rollup of 5 pull requests

- Successful merges: #39595, #39601, #39602, #39615, #39647
- Failed merges:
@bors bors merged commit df73bc9 into rust-lang:master Feb 9, 2017
@brson brson added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Feb 23, 2017
@brson
Copy link
Contributor

brson commented Feb 23, 2017

Accepted for beta. Regression fix. Thanks @estebank.

@brson brson mentioned this pull request Feb 23, 2017
@alexcrichton alexcrichton removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 23, 2017
bors added a commit that referenced this pull request Mar 2, 2017
[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
@estebank estebank deleted the fix-39544 branch November 9, 2023 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants