Skip to content

Conversation

csmoe
Copy link
Contributor

@csmoe csmoe commented Oct 24, 2019

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 24, 2019
@Centril
Copy link
Contributor

Centril commented Oct 24, 2019

Adding the two tests from the issue would be good. :)

@Centril Centril added the F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` label Oct 24, 2019
Copy link
Contributor

@Centril Centril left a comment

Choose a reason for hiding this comment

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

r=me with these final nits fixed.

@csmoe
Copy link
Contributor Author

csmoe commented Oct 24, 2019

r=@Centril

@Centril
Copy link
Contributor

Centril commented Oct 24, 2019

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Oct 24, 2019

📌 Commit ab8c4d3c9845011b50726161ba9fb81ebf901694 has been approved by Centril

@bors
Copy link
Collaborator

bors commented Oct 24, 2019

🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened

@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 24, 2019
@csmoe
Copy link
Contributor Author

csmoe commented Oct 24, 2019

r=@Centril

(sorry for tidy error)

@Centril
Copy link
Contributor

Centril commented Oct 24, 2019

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Oct 24, 2019

📌 Commit 184a61f has been approved by Centril

@bors
Copy link
Collaborator

bors commented Oct 24, 2019

🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened

Centril added a commit to Centril/rust that referenced this pull request Oct 24, 2019
Don't assert for different instance on impl trait alias

Closes rust-lang#65679
r? @Centril @nikomatsakis
Centril added a commit to Centril/rust that referenced this pull request Oct 24, 2019
Don't assert for different instance on impl trait alias

Closes rust-lang#65679
r? @Centril @nikomatsakis
bors added a commit that referenced this pull request Oct 25, 2019
Rollup of 8 pull requests

Successful merges:

 - #65625 (Turn crate store into a resolver output)
 - #65627 (Forbid non-`structural_match` types in const generics)
 - #65710 (Update cargo)
 - #65729 (Update test cases for vxWorks)
 - #65746 (Tweak format string error to point at arguments always)
 - #65753 (Don't assert for different instance on impl trait alias)
 - #65755 (Avoid ICE when adjusting bad self ty)
 - #65766 (Update hashbrown to 0.6.2)

Failed merges:

r? @ghost
@bors bors merged commit 184a61f into rust-lang:master Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Development

Successfully merging this pull request may close these issues.

ICE when aliasing impl Future
5 participants