Skip to content

Don't assert for different instance on impl trait alias - #65753

Merged
bors merged 1 commit into
rust-lang:masterfrom
csmoe:derive_fold
Oct 25, 2019
Merged

Don't assert for different instance on impl trait alias#65753
bors merged 1 commit into
rust-lang:masterfrom
csmoe:derive_fold

Conversation

@csmoe

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor

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

Comment threadsrc/librustc_typeck/check/mod.rs Outdated
Comment threadsrc/test/ui/type-alias-impl-trait/issue-65679.rs Outdated
@CentrilCentril added the F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` label Oct 24, 2019

@CentrilCentril left a comment

Copy link
Copy Markdown
Contributor

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

csmoe commented Oct 24, 2019

Copy link
Copy Markdown
ContributorAuthor

r=@Centril

@Centril

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Oct 24, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit ab8c4d3c9845011b50726161ba9fb81ebf901694 has been approved by Centril

@bors

bors commented Oct 24, 2019

Copy link
Copy Markdown
Collaborator

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

@borsbors 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

csmoe commented Oct 24, 2019

Copy link
Copy Markdown
ContributorAuthor

r=@Centril

(sorry for tidy error)

@Centril

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Oct 24, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 184a61f has been approved by Centril

@bors

bors commented Oct 24, 2019

Copy link
Copy Markdown
Collaborator

🌲 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
Closesrust-lang#65679
r? @Centril@nikomatsakis
@CentrilCentril mentioned this pull request Oct 24, 2019
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
Closesrust-lang#65679
r? @Centril@nikomatsakis
@CentrilCentril mentioned this pull request Oct 24, 2019
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:masterOct 25, 2019
Sign up for freeto 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-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

Development

Successfully merging this pull request may close these issues.

ICE when aliasing impl Future

5 participants

@csmoe@Centril@bors@mati865@rust-highfive