Skip to content

more eagerly discard constraints on overflow#130273

Merged
bors merged 1 commit into
rust-lang:masterfrom
lcnr:overflow-no-constraints
Sep 12, 2024
Merged

more eagerly discard constraints on overflow#130273
bors merged 1 commit into
rust-lang:masterfrom
lcnr:overflow-no-constraints

Conversation

@lcnr

@lcnr lcnr commented Sep 12, 2024

Copy link
Copy Markdown
Contributor

We always discard the results of overflowing goals inside of the trait solver. We previously did so when instantiating the response in evaluate_goal. Canonicalizing results only to later discard them is also inefficient 🤷

It's simpler and nicer to debug to eagerly discard constraints inside of the query itself.

r? @compiler-errors

@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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver) labels Sep 12, 2024
@rustbot

rustbot commented Sep 12, 2024

Copy link
Copy Markdown
Collaborator

Some changes occurred to the core trait solver

cc @rust-lang/initiative-trait-system-refactor

@compiler-errors

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Sep 12, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 675c99f has been approved by compiler-errors

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 12, 2024
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Sep 12, 2024
…mpiler-errors

more eagerly discard constraints on overflow

We always discard the results of overflowing goals inside of the trait solver. We previously did so when instantiating the response in `evaluate_goal`. Canonicalizing results only to later discard them is also  inefficient 🤷

It's simpler and nicer to debug to eagerly discard constraints inside of the query itself.

r? `@compiler-errors`
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 12, 2024
…iaskrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#130101 (some const cleanup: remove unnecessary attributes, add const-hack indications)
 - rust-lang#130208 (Introduce `'ra` lifetime name.)
 - rust-lang#130263 (coverage: Simplify creation of sum counters)
 - rust-lang#130273 (more eagerly discard constraints on overflow)
 - rust-lang#130276 (Add test for nalgebra hang in coherence)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit cb1d80d into rust-lang:master Sep 12, 2024
@rustbot rustbot added this to the 1.83.0 milestone Sep 12, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Sep 12, 2024
Rollup merge of rust-lang#130273 - lcnr:overflow-no-constraints, r=compiler-errors

more eagerly discard constraints on overflow

We always discard the results of overflowing goals inside of the trait solver. We previously did so when instantiating the response in `evaluate_goal`. Canonicalizing results only to later discard them is also  inefficient 🤷

It's simpler and nicer to debug to eagerly discard constraints inside of the query itself.

r? ``@compiler-errors``
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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants