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

Normalize the function signature of closures #36160

Merged
merged 1 commit into from
Sep 3, 2016

Conversation

Aatch
Copy link
Contributor

@Aatch Aatch commented Aug 31, 2016

Previously we didn't normalize the function signatures used for
closures. This didn't cause a problem in most cases, but caused an ICE
in during MIR type checking.

Fixes #36139

r? @eddyb

Previously we didn't normalize the function signatures used for
closures. This didn't cause a problem in most cases, but caused an ICE
in during MIR type checking.

Fixes rust-lang#36139
@eddyb
Copy link
Member

eddyb commented Aug 31, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Aug 31, 2016

📌 Commit e0279d7 has been approved by eddyb

@sophiajt
Copy link
Contributor

sophiajt commented Sep 2, 2016

@bors rollup

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Sep 2, 2016
Normalize the function signature of closures

Previously we didn't normalize the function signatures used for
closures. This didn't cause a problem in most cases, but caused an ICE
in during MIR type checking.

Fixes rust-lang#36139

r? @eddyb
sophiajt pushed a commit to sophiajt/rust that referenced this pull request Sep 2, 2016
Normalize the function signature of closures

Previously we didn't normalize the function signatures used for
closures. This didn't cause a problem in most cases, but caused an ICE
in during MIR type checking.

Fixes rust-lang#36139

r? @eddyb
sophiajt pushed a commit to sophiajt/rust that referenced this pull request Sep 2, 2016
Normalize the function signature of closures

Previously we didn't normalize the function signatures used for
closures. This didn't cause a problem in most cases, but caused an ICE
in during MIR type checking.

Fixes rust-lang#36139

r? @eddyb
bors added a commit that referenced this pull request Sep 3, 2016
Rollup of 12 pull requests

- Successful merges: #35754, #35793, #36099, #36160, #36171, #36178, #36180, #36190, #36198, #36205, #36210, #36223
- Failed merges:
@bors bors merged commit e0279d7 into rust-lang:master Sep 3, 2016
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.

4 participants