Skip to content

Conversation

@Jules-Bertholet
Copy link
Contributor

Fixes #149092

@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 Nov 21, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 21, 2025

r? @chenyukang

rustbot has assigned @chenyukang.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@chenyukang
Copy link
Member

Thanks!
@bors r=chenyukang

@bors
Copy link
Collaborator

bors commented Nov 22, 2025

📌 Commit f580357 has been approved by chenyukang

It is now in the queue for this repository.

@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 Nov 22, 2025
@theemathas theemathas added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Nov 22, 2025
Zalathar added a commit to Zalathar/rust that referenced this pull request Nov 22, 2025
…yukang

Handle cycles when checking impl candidates for `doc(hidden)`

Fixes rust-lang#149092
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 22, 2025
…yukang

Handle cycles when checking impl candidates for `doc(hidden)`

Fixes rust-lang#149092
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 22, 2025
…yukang

Handle cycles when checking impl candidates for `doc(hidden)`

Fixes rust-lang#149092
bors added a commit that referenced this pull request Nov 22, 2025
Rollup of 8 pull requests

Successful merges:

 - #147536 (Add `rust-mingw` component for `*-windows-gnullvm` hosts)
 - #148407 (Warn against calls which mutate an interior mutable `const`-item)
 - #149168 (Fix ICE when collecting opaques from trait method declarations)
 - #149170 (automate gpu offloading - part 1)
 - #149180 (Couple of refactors to SharedEmitter)
 - #149185 (Handle cycles when checking impl candidates for `doc(hidden)`)
 - #149194 (Move safe computation out of unsafe block)
 - #149204 (Fix typo in HashMap performance comment)

r? `@ghost`
`@rustbot` modify labels: rollup
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 22, 2025
…yukang

Handle cycles when checking impl candidates for `doc(hidden)`

Fixes rust-lang#149092
bors added a commit that referenced this pull request Nov 22, 2025
Rollup of 7 pull requests

Successful merges:

 - #147536 (Add `rust-mingw` component for `*-windows-gnullvm` hosts)
 - #148407 (Warn against calls which mutate an interior mutable `const`-item)
 - #149168 (Fix ICE when collecting opaques from trait method declarations)
 - #149170 (automate gpu offloading - part 1)
 - #149185 (Handle cycles when checking impl candidates for `doc(hidden)`)
 - #149194 (Move safe computation out of unsafe block)
 - #149204 (Fix typo in HashMap performance comment)

r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-nominated Nominated for backporting to the compiler in the beta channel. 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.

rustc nightly hangs with cross-crate trait bound issue involving pub use crate or extern crate self

5 participants