Skip to content

Regression test for RPIT inheriting lifetime from projection - #134408

Merged
bors merged 1 commit into
rust-lang:masterfrom
rmehri01:rpit-inherits-lifetime
Dec 18, 2024
Merged

Regression test for RPIT inheriting lifetime from projection#134408
bors merged 1 commit into
rust-lang:masterfrom
rmehri01:rpit-inherits-lifetime

Conversation

@rmehri01

Copy link
Copy Markdown
Contributor

Regression test to close#51525

@rustbot

This comment was marked as outdated.

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Dec 17, 2024
@rmehri01rmehri01 changed the title Regression test for RPIT inheriting lifetimeRegression test for RPIT inheriting lifetime from projectionDec 17, 2024
@compiler-errors

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Dec 17, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit a7f61ca has been approved by compiler-errors

It is now in the queue for this repository.

@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 17, 2024
jieyouxu added a commit to jieyouxu/rust that referenced this pull request Dec 17, 2024
…=compiler-errors
Regression test for RPIT inheriting lifetime from projection
Regression test to closerust-lang#51525
@jieyouxujieyouxu mentioned this pull request Dec 17, 2024
jieyouxu added a commit to jieyouxu/rust that referenced this pull request Dec 17, 2024
…=compiler-errors
Regression test for RPIT inheriting lifetime from projection
Regression test to closerust-lang#51525
@jieyouxujieyouxu mentioned this pull request Dec 17, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 18, 2024
…iaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#133265 (Add a range argument to vec.extract_if)
- rust-lang#133801 (Promote powerpc64le-unknown-linux-musl to tier 2 with host tools)
- rust-lang#134323 (coverage: Dismantle `map_data.rs` by moving its responsibilities elsewhere)
- rust-lang#134378 (An octuple of polonius fact generation cleanups)
- rust-lang#134408 (Regression test for RPIT inheriting lifetime from projection)
- rust-lang#134423 (bootstrap: use specific-purpose ui test path for `test_valid` self-test)
- rust-lang#134426 (Fix typo in uint_macros.rs)
Failed merges:
- rust-lang#133103 (Pass FnAbi to find_mir_or_eval_fn)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 53635e5 into rust-lang:masterDec 18, 2024
@rustbotrustbot added this to the 1.85.0 milestone Dec 18, 2024
@rmehri01
rmehri01 deleted the rpit-inherits-lifetime branch December 18, 2024 04:08
@fmeasefmease assigned compiler-errors and unassigned fmeaseAug 23, 2026
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.

existential impl trait overlooks "hidden" lifetimes from projections

5 participants

@rmehri01@rustbot@compiler-errors@bors@fmease