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

Custom lifetime error for impl item doesn't conform to trait #65068

Merged
merged 6 commits into from
Oct 30, 2019

Conversation

estebank
Copy link
Contributor

@estebank estebank commented Oct 3, 2019

Partly addresses #42706, #41343, fix #40900.

@rust-highfive
Copy link
Collaborator

r? @zackmdavis

(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 3, 2019
@rust-highfive

This comment has been minimized.

@estebank
Copy link
Contributor Author

estebank commented Oct 4, 2019

r? @nikomatsakis

@bors

This comment has been minimized.

@rust-highfive

This comment has been minimized.

@JohnCSimon
Copy link
Member

Ping from triage:

@nikomatsakis Can you please review this PR? Thanks
CC: @estebank

@nikomatsakis
Copy link
Contributor

@bors r+

nice patch, @estebank

@bors
Copy link
Contributor

bors commented Oct 28, 2019

📌 Commit 3aba2d0 has been approved by nikomatsakis

@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 28, 2019
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Oct 28, 2019
…nikomatsakis

Custom lifetime error for `impl` item doesn't conform to `trait`

Partly addresses rust-lang#42706, rust-lang#41343, fix rust-lang#40900.
@bors
Copy link
Contributor

bors commented Oct 29, 2019

⌛ Testing commit 3aba2d0 with merge e097c19d6d8d9564b54923c2903baad9a990bbb2...

Centril added a commit to Centril/rust that referenced this pull request Oct 29, 2019
…nikomatsakis

Custom lifetime error for `impl` item doesn't conform to `trait`

Partly addresses rust-lang#42706, rust-lang#41343, fix rust-lang#40900.
@rust-highfive

This comment has been minimized.

@bors

This comment has been minimized.

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

@bors r=nikomatsakis

Made that test ignore x86 targets to get around different platform output discrepancies when a std span isn't found. There's a ticket open for that already.

@bors
Copy link
Contributor

bors commented Oct 29, 2019

📌 Commit 213fd1f has been approved by nikomatsakis

@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 29, 2019
tmandry added a commit to tmandry/rust that referenced this pull request Oct 30, 2019
…nikomatsakis

Custom lifetime error for `impl` item doesn't conform to `trait`

Partly addresses rust-lang#42706, rust-lang#41343, fix rust-lang#40900.
@bors
Copy link
Contributor

bors commented Oct 30, 2019

⌛ Testing commit 213fd1f with merge 0b7e28a...

bors added a commit that referenced this pull request Oct 30, 2019
Custom lifetime error for `impl` item doesn't conform to `trait`

Partly addresses #42706, #41343, fix #40900.
@bors
Copy link
Contributor

bors commented Oct 30, 2019

☀️ Test successful - checks-azure
Approved by: nikomatsakis
Pushing 0b7e28a to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Oct 30, 2019
@bors bors merged commit 213fd1f into rust-lang:master Oct 30, 2019
@estebank estebank deleted the trait-impl-lt-mismatch branch November 9, 2023 05:18
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.

Error message for inferred lifetime failure isn't great
7 participants