Remove outdated footnote "missing-stack-probe" in platform-support - #122094
Merged
Merged
Conversation
Collaborator
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use r? to explicitly pick a reviewer |
Contributor
Author
|
@bors rollup=always |
Collaborator
|
@slanterns: 🔑 Insufficient privileges: not in try users |
Member
|
@bors r+ rollup=always |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Mar 7, 2024
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#122015 (Add better explanation for `rustc_index::IndexVec`) - rust-lang#122061 (Clarify FatalErrorHandler) - rust-lang#122062 (Explicitly assign constructed C++ classes) - rust-lang#122072 (Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of slices) - rust-lang#122088 (Remove unnecessary fixme on new thread stack size) - rust-lang#122094 (Remove outdated footnote "missing-stack-probe" in platform-support) - rust-lang#122107 (Temporarily make allow-by-default the `non_local_definitions` lint) - rust-lang#122109 (compiletest: Add a `//@ needs-threads` directive) Failed merges: - rust-lang#122104 (Rust is a proper name: rust → Rust) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Mar 7, 2024
Rollup merge of rust-lang#122094 - slanterns:arm-stack-probe-footnote, r=workingjubilee Remove outdated footnote "missing-stack-probe" in platform-support ... after rust-lang#120055 and rust-lang#118491. cc rust-lang#77071 (comment).
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Sep 18, 2026
…tnotes, r=JonathanBrouwer Tidy footnote in `platform-support.md` Move the `win32-msvc-alignment` footnote to below the "Tier 1 without Host Tools" list as the first target to reference it has recently been moved to that section (this matches the convention used for the other footnotes). I've also removed two links that are unused (their usages were removed in rust-lang#122094 and rust-lang#132562).
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Sep 18, 2026
…tnotes, r=JonathanBrouwer Tidy footnote in `platform-support.md` Move the `win32-msvc-alignment` footnote to below the "Tier 1 without Host Tools" list as the first target to reference it has recently been moved to that section (this matches the convention used for the other footnotes). I've also removed two links that are unused (their usages were removed in rust-lang#122094 and rust-lang#132562).
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Sep 18, 2026
…tnotes, r=JonathanBrouwer Tidy footnote in `platform-support.md` Move the `win32-msvc-alignment` footnote to below the "Tier 1 without Host Tools" list as the first target to reference it has recently been moved to that section (this matches the convention used for the other footnotes). I've also removed two links that are unused (their usages were removed in rust-lang#122094 and rust-lang#132562).
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Sep 18, 2026
…tnotes, r=JonathanBrouwer Tidy footnote in `platform-support.md` Move the `win32-msvc-alignment` footnote to below the "Tier 1 without Host Tools" list as the first target to reference it has recently been moved to that section (this matches the convention used for the other footnotes). I've also removed two links that are unused (their usages were removed in rust-lang#122094 and rust-lang#132562).
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 #120055 and #118491.
cc #77071 (comment).