Skip to content

Add 2 tests - #91908

Merged
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:ices
Feb 12, 2022
Merged

Add 2 tests#91908
bors merged 1 commit into
rust-lang:masterfrom
matthiaskrgr:ices

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

fixes#91139
fixes#91069

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Dec 14, 2021
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 14, 2021
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Dec 14, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit f58ef22 has been approved by Mark-Simulacrum

@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 Dec 14, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Dec 14, 2021
@@ -0,0 +1,24 @@
// check-pass

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Wait, this test is named #81069. And doesn't even use GATs, so why is it in this directory?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

Ah this was supposed to be 91069, looks like I fatfingered it

@jackh726

jackh726 commented Dec 14, 2021

Copy link
Copy Markdown
Member

@bors r-

See review. Wrong test?

Edit: right test, wrong name, wrong location

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 14, 2021
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@rustbot ready

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 14, 2021
@jackh726

Copy link
Copy Markdown
Member

Still wrong location for 91069 test...not GATs...

@Mark-SimulacrumMark-Simulacrum added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 15, 2021
@JohnCSimonJohnCSimon added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jan 23, 2022
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@jackh726 where do you want me to put 91069.rs ?

@jackh726

Copy link
Copy Markdown
Member

Maybe just associated-types

@matthiaskrgrmatthiaskrgr added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Feb 11, 2022
@jackh726

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Feb 11, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 9b17e2d has been approved by jackh726

@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 Feb 11, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Feb 12, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Feb 12, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 12, 2022
…askrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#91908 (Add 2 tests)
- rust-lang#93595 (fix ICE when parsing lifetime as function argument)
- rust-lang#93757 (Add some known GAT bugs as tests)
- rust-lang#93759 (Pretty print ItemKind::Use in rustfmt style)
- rust-lang#93897 (linkchecker: fix panic on directory symlinks)
- rust-lang#93898 (tidy: Extend error code check)
- rust-lang#93928 (Add missing release notes for rust-lang#85200)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 661be4c into rust-lang:masterFeb 12, 2022
@rustbotrustbot added this to the 1.60.0 milestone Feb 12, 2022
@matthiaskrgr
matthiaskrgr deleted the ices branch January 25, 2025 09:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ICE with GATs and lifetime-bounds and higher-ranked fn pointer type ICE: Generic traits of associated types of generic structs

7 participants

@matthiaskrgr@rust-highfive@Mark-Simulacrum@bors@jackh726@JohnCSimon@rustbot