Skip to content

Avoid loading HIR for check_well_formed on type declarations #143328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Jul 2, 2025

r? @compiler-errors

the last commit is quite hacky. I could add a ty_span query to work together with def_span and def_ident_span, which would nicely solve all those cases, but potentially add lots of new dep graph edges

@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 Jul 2, 2025
@compiler-errors
Copy link
Member

@bors try @rust-timer queue

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jul 2, 2025
bors added a commit that referenced this pull request Jul 2, 2025
Avoid loading HIR for check_well_formed on type declarations

r? `@compiler-errors`

the last commit is quite hacky. I could add a `ty_span` query to work together with `def_span` and `def_ident_span`, which would nicely solve all those cases, but potentially add lots of new dep graph edges
@bors
Copy link
Collaborator

bors commented Jul 2, 2025

⌛ Trying commit ae395ef with merge 51abd09...

@bors
Copy link
Collaborator

bors commented Jul 2, 2025

☀️ Try build successful - checks-actions
Build commit: 51abd09 (51abd0965b9c4c4221f1da2e6b99581d81b54955)

@rust-timer
Copy link
Collaborator

Queued 51abd09 with parent b94bd12, future comparison URL.
There are currently 12 preceding artifacts in the queue.
It will probably take at least ~13.0 hours until the benchmark run finishes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants