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

Make expr_is_lval more robust #26479

Merged
merged 1 commit into from
Jun 22, 2015
Merged

Make expr_is_lval more robust #26479

merged 1 commit into from
Jun 22, 2015

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Jun 21, 2015

Previously it also tried to find out the best way to translate the
expression, which could ICE during type-checking.

Fixes #23173
Fixes #24322
Fixes #25757

r? @eddyb

Previously it also tried to find out the best way to translate the
expression, which could ICE during type-checking.

Fixes rust-lang#23173
Fixes rust-lang#24322
Fixes rust-lang#25757
@eddyb
Copy link
Member

eddyb commented Jun 21, 2015

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 21, 2015

📌 Commit 59be753 has been approved by eddyb

@bors
Copy link
Collaborator

bors commented Jun 21, 2015

⌛ Testing commit 59be753 with merge 4a788a2...

bors added a commit that referenced this pull request Jun 21, 2015
Previously it also tried to find out the best way to translate the
expression, which could ICE during type-checking.

Fixes #23173
Fixes #24322
Fixes #25757

r? @eddyb
@bors bors merged commit 59be753 into rust-lang:master Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants