Skip to content

Clean up a few _inner functions after ensure_sufficient_stack - #161502

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
Zalathar:post-stack
Aug 22, 2026
Merged

Clean up a few _inner functions after ensure_sufficient_stack#161502
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
Zalathar:post-stack

Conversation

@Zalathar

Copy link
Copy Markdown
Member

After the removal of ensure_sufficient_stack in #160535, these inner and outer functions no longer need to be separate.

cc @ChrisDenton

After the removal of `ensure_sufficient_stack`, these inner and outer functions
no longer need to be separate.
@rustbot

rustbot commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

The parser was modified, potentially altering the grammar of (stable) Rust
which would be a breaking change.

cc @fmease

@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 Aug 22, 2026
@rustbot

rustbot commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

r? @mejrs

rustbot has assigned @mejrs.
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, mir
  • compiler, mir expanded to 75 candidates
  • Random selection from 22 candidates

@mejrs mejrs left a comment

Copy link
Copy Markdown
Member

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 Aug 22, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 83a13f6 has been approved by mejrs

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 Aug 22, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 22, 2026
…uwer

Rollup of 9 pull requests

Successful merges:

 - #161475 (Fix checking of LLVM prebuilt status)
 - #161269 (Remove `impl DebugWithContext for BorrowckDomain`)
 - #161419 (Doclink to `char::REPLACEMENT_CHARACTER` instead of `std::char::REPLACEMENT_CHARACTER`.)
 - #161428 (Install cargo tools with locked dependencies)
 - #161502 (Clean up a few `_inner` functions after `ensure_sufficient_stack`)
 - #161507 (Remove useless `!fields.is_empty()` check)
 - #161512 (enable next solver in Miri)
 - #161516 (Revert #161236 (Download auto jobs in citool in parallel))
 - #161518 (rename `T-libs-api` to `T-libs` in issue templates)
@rust-bors
rust-bors Bot merged commit 49a0f3a into rust-lang:main Aug 22, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Aug 22, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 22, 2026
Rollup merge of #161502 - Zalathar:post-stack, r=mejrs

Clean up a few `_inner` functions after `ensure_sufficient_stack`

After the removal of `ensure_sufficient_stack` in #160535, these inner and outer functions no longer need to be separate.

cc @ChrisDenton
@Zalathar
Zalathar deleted the post-stack branch August 23, 2026 02:52
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.

3 participants