Skip to content

More general assert in Interner const fn check#158204

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
Randl:fix-const-fn-assert
Jun 21, 2026
Merged

More general assert in Interner const fn check#158204
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
Randl:fix-const-fn-assert

Conversation

@Randl

@Randl Randl commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Fixes #158188

@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 Jun 21, 2026
@rustbot

rustbot commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

r? @TaKO8Ki

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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 73 candidates
  • Random selection from 18 candidates

@oli-obk oli-obk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@rust-bors

rust-bors Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 82bc21a has been approved by oli-obk

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 Jun 21, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Jun 21, 2026
More general assert in Interner const fn check

Fixes rust-lang#158188
rust-bors Bot pushed a commit that referenced this pull request Jun 21, 2026
…uwer

Rollup of 4 pull requests

Successful merges:

 - #155439 (Enable Cargo's new build-dir layout)
 - #157942 (Do not use desugared local names in tail_expr_drop_order diagnostics)
 - #158193 (Remove `has_delayed_lints` optimization)
 - #158204 (More general assert in Interner const fn check)
@rust-bors
rust-bors Bot merged commit 6e58171 into rust-lang:main Jun 21, 2026
13 checks passed
rust-timer added a commit that referenced this pull request Jun 21, 2026
Rollup merge of #158204 - Randl:fix-const-fn-assert, r=oli-obk

More general assert in Interner const fn check

Fixes #158188
@rustbot rustbot added this to the 1.98.0 milestone Jun 21, 2026
pull Bot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request Jun 22, 2026
…uwer

Rollup of 4 pull requests

Successful merges:

 - rust-lang/rust#155439 (Enable Cargo's new build-dir layout)
 - rust-lang/rust#157942 (Do not use desugared local names in tail_expr_drop_order diagnostics)
 - rust-lang/rust#158193 (Remove `has_delayed_lints` optimization)
 - rust-lang/rust#158204 (More general assert in Interner const fn check)
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.

[ICE]: next solver const FnOnce bound on enum variant constructor hits fn_is_const debug assertion

4 participants