Skip to content

delegation: add tests for delegations to inherent impls - #161665

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
aerooneqq:delegation-inh-impl-tests
Aug 24, 2026
Merged

delegation: add tests for delegations to inherent impls#161665
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
aerooneqq:delegation-inh-impl-tests

Conversation

@aerooneqq

@aerooneqq aerooneqq commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Second part of #160505, for more convenient reviewing.

Part of #118212.
r? @petrochenkov

@rustbot rustbot 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 Aug 24, 2026
@petrochenkov petrochenkov added the F-fn_delegation `#![feature(fn_delegation)]` label Aug 24, 2026
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@rust-bors

rust-bors Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 8737537 has been approved by petrochenkov

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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 Aug 24, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 24, 2026
…s, r=petrochenkov

delegation: add tests for delegations to inherent impls

Second part of rust-lang#160505, for more convenient reviewing.

Part of rust-lang#118212.
r? @petrochenkov
rust-bors Bot pushed a commit that referenced this pull request Aug 24, 2026
…uwer

Rollup of 7 pull requests

Successful merges:

 - #161648 (`rust-analyzer` subtree update)
 - #160132 (make `pad_i32` of `PassMode::cast` an integer)
 - #160705 (Remove `From<!> for T` *reservation* impl)
 - #161600 (bootstrap: Rename `Build` to `Session`)
 - #161665 (delegation: add tests for delegations to inherent impls)
 - #161637 (Clarify token cursor behaviour)
 - #161653 (Add codegen test for Vec::clear lowering to an unconditional store)
@rust-bors
rust-bors Bot merged commit 5555a01 into rust-lang:main Aug 24, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Aug 24, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 24, 2026
Rollup merge of #161665 - aerooneqq:delegation-inh-impl-tests, r=petrochenkov

delegation: add tests for delegations to inherent impls

Second part of #160505, for more convenient reviewing.

Part of #118212.
r? @petrochenkov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-fn_delegation `#![feature(fn_delegation)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant 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.

3 participants