Skip to content

Conversation

amandasystems
Copy link
Contributor

@amandasystems amandasystems commented Sep 18, 2025

The logic was, as the removed comments suggest, hackish and meant to implement previous logic that was factored out. The new logic does exactly what the comments say, and is much less surprising.

I'm afraid we may want

r? @lcnr

for this one too.

I am sorry, but at least it should be easier to review.

@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 Sep 18, 2025
@rustbot
Copy link
Collaborator

rustbot commented Sep 18, 2025

r? @fee1-dead

rustbot has assigned @fee1-dead.
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

@rustbot rustbot assigned lcnr and unassigned fee1-dead Sep 18, 2025
@amandasystems amandasystems force-pushed the remove-placeholder-hack branch from d2b9fd0 to b76881b Compare September 18, 2025 11:17
Copy link
Contributor

@lcnr lcnr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me after nit 😊

a far better name than universe_compatible_with

View changes since this review

The logic was, as the removed comments suggest, hackish
and meant to implement previous logic that was factored out.
The new logic does exactly what the comments say, and is much
less surprising.
@rust-log-analyzer

This comment has been minimized.

@amandasystems amandasystems force-pushed the remove-placeholder-hack branch from 76d8493 to 2ed5373 Compare September 18, 2025 12:02
@amandasystems
Copy link
Contributor Author

r=me after nit 😊

Done! Managed to commit, squash and reformat from my phone. We’re living in the future!

@lcnr
Copy link
Contributor

lcnr commented Sep 18, 2025

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Sep 18, 2025

📌 Commit 2ed5373 has been approved by lcnr

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 Sep 18, 2025
bors added a commit that referenced this pull request Sep 18, 2025
Rollup of 6 pull requests

Successful merges:

 - #146434 (c-variadic: allow c-variadic inherent and trait methods)
 - #146487 (Improve `core::num` coverage)
 - #146597 (Add span for struct tail recursion limit error)
 - #146622 (Add regression test for issue #91831)
 - #146717 (Clean up universe evaluation during type test evaluation)
 - #146723 (Include patch in release notes)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 3afe1ca into rust-lang:master Sep 18, 2025
10 checks passed
@rustbot rustbot added this to the 1.92.0 milestone Sep 18, 2025
rust-timer added a commit that referenced this pull request Sep 18, 2025
Rollup merge of #146717 - amandasystems:remove-placeholder-hack, r=lcnr

Clean up universe evaluation during type test evaluation

The logic was, as the removed comments suggest, hackish and meant to implement previous logic that was factored out. The new logic does exactly what the comments say, and is much less surprising.

I'm afraid we may want

r? `@lcnr`

for this one too.

I am sorry, but at least it should be easier to review.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

6 participants