Skip to content

Add regression test for anonymous lifetimes - #97878

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:regression-test-84634
Jun 8, 2022
Merged

Add regression test for anonymous lifetimes#97878
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:regression-test-84634

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Fixes#84634.

Seems like this issue was already solved. I added a regression test just in case so we can close it with peace in mind.

r? @notriddle

@rustbotrustbot added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Jun 8, 2022
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 8, 2022
@notriddle

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jun 8, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit e846c52 has been approved by notriddle

@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 Jun 8, 2022
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

@bors rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 8, 2022
…askrgr
Rollup of 5 pull requests
Successful merges:
- rust-lang#97507 (Move rustfmt downloads from bootstrap.py to rustbuild)
- rust-lang#97813 (Sync rustc_codegen_gcc)
- rust-lang#97878 (Add regression test for anonymous lifetimes)
- rust-lang#97879 (remove unneeded code)
- rust-lang#97880 (Fix typo: fo->for)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit d11ab85 into rust-lang:masterJun 8, 2022
@rustbotrustbot added this to the 1.63.0 milestone Jun 8, 2022
@GuillaumeGomez
GuillaumeGomez deleted the regression-test-84634 branch June 8, 2022 20:27
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-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustdoc shows the anonymous lifetime in the foreign implementations section of re-exported traits

5 participants

@GuillaumeGomez@notriddle@bors@rust-highfive@rustbot