Remove unused StashKey::UnderscoreForArrayLengths - #163194
Merged
rust-bors[bot] merged 1 commit intoSep 23, 2026
Merged
rust-bors[bot] merged 1 commit into
rust-bors[bot] merged 1 commit into
Conversation
Collaborator
|
|
This comment has been minimized.
This comment has been minimized.
BoxyUwU
approved these changes
Sep 23, 2026
It's no longer ever used for stashing, so the code looking for it is dead. It became dead in PR 141610 when `generic_arg_infer` was stabilized and `[T; _]` became valid.
nnethercote
force-pushed
the
rm-StashKey-UnderscoreForArrayLengths
branch
from
September 23, 2026 10:37
77adfa4 to
71d4ef8
Compare
Contributor
Author
|
I fixed the warning. @bors r=BoxyUWU |
Contributor
Member
|
@bors r=BoxyUwU |
Contributor
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 23, 2026
…uwer Rollup of 12 pull requests Successful merges: - #162177 (Properly implement the gpu-kernel ABI for amdgpu) - #163168 (std: Update `wasip3` crate dependency) - #163179 (Cleanup offload build steps) - #163194 (Remove unused `StashKey::UnderscoreForArrayLengths`) - #163198 (rename direct_const_arg! to gca!) - #163205 (Remove `suggestion_for_allocator_api`) - #162497 (document `#[rustc_dyn_incompatible_trait]`) - #162702 (regression test for unconstrained const args) - #163191 (Enhance mutable closure suggestions with as_mut() support) - #163192 (Fix Typo in `std::sys::process::unix::unsupported::wait_status` Docs) - #163196 (Remove `DiagInner::sort_span`) - #163197 (Fix flt2dec build on 16-bit targets)
rust-bors Bot
pushed a commit
that referenced
this pull request
Sep 23, 2026
Rollup merge of #163194 - nnethercote:rm-StashKey-UnderscoreForArrayLengths, r=BoxyUwU Remove unused `StashKey::UnderscoreForArrayLengths` It's no longer ever used for stashing, so the code looking for it is dead. It became dead in #141610 when `generic_arg_infer` was stabilized and `[T; _]` became valid. r? @BoxyUwU
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.
It's no longer ever used for stashing, so the code looking for it is dead.
It became dead in #141610 when
generic_arg_inferwas stabilized and[T; _]became valid.r? @BoxyUwU