Skip to content

Normalize the function signature of closures - #36160

Merged
bors merged 1 commit into
rust-lang:masterfrom
Aatch:normalize-closure-sig
Sep 3, 2016
Merged

Normalize the function signature of closures#36160
bors merged 1 commit into
rust-lang:masterfrom
Aatch:normalize-closure-sig

Conversation

@Aatch

Copy link
Copy Markdown
Contributor

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.
Fixesrust-lang#36139
@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Aug 31, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit e0279d7 has been approved by eddyb

@sophiajt

Copy link
Copy Markdown
Contributor

@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.
Fixesrust-lang#36139
r? @eddyb
@sophiajtsophiajt mentioned this pull request Sep 2, 2016
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.
Fixesrust-lang#36139
r? @eddyb
@sophiajtsophiajt mentioned this pull request Sep 2, 2016
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.
Fixesrust-lang#36139
r? @eddyb
@sophiajtsophiajt mentioned this pull request Sep 2, 2016
bors added a commit that referenced this pull request Sep 3, 2016
@bors
bors merged commit e0279d7 into rust-lang:masterSep 3, 2016
Sign up for freeto 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

@Aatch@eddyb@bors@sophiajt