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 types in MIR typeck after erasing regions #33970

Merged
merged 1 commit into from
Jun 1, 2016

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented May 30, 2016

this fixes the MIR bug @frankmcsherry encountered.

r? @eddyb

@@ -0,0 +1,19 @@
#![feature(rustc_attrs)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing license.

@eddyb
Copy link
Member

eddyb commented May 31, 2016

r=me with license added to the test.

@arielb1 arielb1 force-pushed the normal-type-check branch from 648d99a to e3cff79 Compare May 31, 2016 15:43
@arielb1
Copy link
Contributor Author

arielb1 commented May 31, 2016

@bors r=eddyb rollup

@bors
Copy link
Contributor

bors commented May 31, 2016

📌 Commit e3cff79 has been approved by eddyb

@bors
Copy link
Contributor

bors commented May 31, 2016

⌛ Testing commit e3cff79 with merge f0459af...

@bors
Copy link
Contributor

bors commented May 31, 2016

💔 Test failed - auto-linux-32-opt

@alexcrichton
Copy link
Member

@bors: retry

On Tue, May 31, 2016 at 3:58 PM, bors notifications@github.com wrote:

💔 Test failed - auto-linux-32-opt
http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/9409


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#33970 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAD95Ckf3G4v1UK7EUQLgLzIPjdp5Hn_ks5qHLz_gaJpZM4Ip-bo
.

Manishearth added a commit to Manishearth/rust that referenced this pull request Jun 1, 2016
normalize types in MIR typeck after erasing regions

this fixes the MIR bug @frankmcsherry encountered.

r? @eddyb
bors added a commit that referenced this pull request Jun 1, 2016
Rollup of 11 pull requests

- Successful merges: #33385, #33606, #33841, #33892, #33896, #33915, #33921, #33967, #33970, #33973, #33977
- Failed merges:
@bors bors merged commit e3cff79 into rust-lang:master Jun 1, 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