Skip to content

MIR typeck needed more normalize #65099

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

Merged
merged 3 commits into from
Oct 13, 2019

Conversation

pnkfelix
Copy link
Member

@pnkfelix pnkfelix commented Oct 4, 2019

Add some missing normalization calls (@nagisa was right).

Fix #63154

@rust-highfive
Copy link
Contributor

r? @petrochenkov

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 4, 2019
@pnkfelix
Copy link
Member Author

pnkfelix commented Oct 4, 2019

r? @nikomatsakis

review feedback

Co-Authored-By: Mazdak Farrokhzad <[email protected]>
@JohnCSimon
Copy link
Member

Ping from triage
@nikomatsakis - can you please review this PR?
cc: @Centril

thanks.

@nagisa
Copy link
Member

nagisa commented Oct 12, 2019

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 12, 2019

📌 Commit 00bf29b has been approved by nagisa

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 12, 2019
@bors
Copy link
Collaborator

bors commented Oct 13, 2019

⌛ Testing commit 00bf29b with merge 3da6836...

bors added a commit that referenced this pull request Oct 13, 2019
…nagisa

MIR typeck needed more normalize

Add some missing normalization calls (@nagisa [was right](#63154 (comment))).

Fix #63154
@bors
Copy link
Collaborator

bors commented Oct 13, 2019

☀️ Test successful - checks-azure
Approved by: nagisa
Pushing 3da6836 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Oct 13, 2019
@bors bors merged commit 00bf29b into rust-lang:master Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Associated types, impl traits ~and closures~; oh my, an ICE.
8 participants