Clean up a few _inner functions after ensure_sufficient_stack - #161502
Merged
Conversation
After the removal of `ensure_sufficient_stack`, these inner and outer functions no longer need to be separate.
Collaborator
|
The parser was modified, potentially altering the grammar of (stable) Rust cc @fmease |
Collaborator
|
r? @mejrs rustbot has assigned @mejrs. Use Why was this reviewer chosen?The reviewer was selected based on:
|
mejrs
approved these changes
Aug 22, 2026
Contributor
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 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After the removal of
ensure_sufficient_stackin #160535, these inner and outer functions no longer need to be separate.cc @ChrisDenton