Skip to content

Fortify RemoveUnneededDrops test. - #144614

Merged
bors merged 1 commit into
rust-lang:masterfrom
cjgillot:fortify-unneeded
Aug 3, 2025
Merged

Fortify RemoveUnneededDrops test.#144614
bors merged 1 commit into
rust-lang:masterfrom
cjgillot:fortify-unneeded

Conversation

@cjgillot

Copy link
Copy Markdown
Contributor

Test tweak that is useful in preparation for #144561

@rustbot

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

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

@rustbotrustbot 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 Jul 29, 2025
@cjgillot

Copy link
Copy Markdown
ContributorAuthor

r? @scottmcm

@scottmcm

Copy link
Copy Markdown
Member

More test coverage? Amazing! Thanks ❤️

@bors r+

@bors

bors commented Aug 1, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 0e53d85 has been approved by scottmcm

It is now in the queue for this repository.

@borsbors 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 1, 2025
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Aug 1, 2025
Fortify RemoveUnneededDrops test.
Test tweak that is useful in preparation for rust-lang#144561
bors added a commit that referenced this pull request Aug 1, 2025
Rollup of 10 pull requests
Successful merges:
- #132748 (get rid of some false negatives in rustdoc::broken_intra_doc_links)
- #135771 ([rustdoc] Add support for associated items in "jump to def" feature)
- #143360 (loop match: error on `#[const_continue]` outside `#[loop_match]`)
- #143662 ([rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.)
- #143900 ([rustdoc] Correctly handle `should_panic` doctest attribute and fix `--no-run` test flag on the 2024 edition)
- #144614 (Fortify RemoveUnneededDrops test.)
- #144703 ([test][AIX] ignore extern_weak linkage test)
- #144738 (Remove the omit_gdb_pretty_printer_section attribute)
- #144756 (detect infinite recursion with tail calls in ctfe)
- #144766 (Add human readable name "Cygwin")
r? `@ghost`
`@rustbot` modify labels: rollup
samueltardieu added a commit to samueltardieu/rust that referenced this pull request Aug 2, 2025
Fortify RemoveUnneededDrops test.
Test tweak that is useful in preparation for rust-lang#144561
bors added a commit that referenced this pull request Aug 2, 2025
Rollup of 18 pull requests
Successful merges:
- #132748 (get rid of some false negatives in rustdoc::broken_intra_doc_links)
- #135771 ([rustdoc] Add support for associated items in "jump to def" feature)
- #143360 (loop match: error on `#[const_continue]` outside `#[loop_match]`)
- #143662 ([rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.)
- #143771 (Constify some more `Result` functions)
- #143900 ([rustdoc] Correctly handle `should_panic` doctest attribute and fix `--no-run` test flag on the 2024 edition)
- #144185 (Document guarantees of poisoning)
- #144395 (update fortanix tests)
- #144478 (Improve formatting of doc code blocks)
- #144614 (Fortify RemoveUnneededDrops test.)
- #144703 ([test][AIX] ignore extern_weak linkage test)
- #144747 (compiletest: Improve diagnostics for line annotation mismatches 2)
- #144756 (detect infinite recursion with tail calls in ctfe)
- #144766 (Add human readable name "Cygwin")
- #144782 (Properly pass path to staged `rustc` to `compiletest` self-tests)
- #144786 (Cleanup the definition of `group_type`)
- #144796 (Add my previous commit name to .mailmap)
- #144797 (Update safety comment for new_unchecked in niche_types)
Failed merges:
- #144805 (compiletest: Preliminary cleanup of `ProcRes` printing/unwinding)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Aug 2, 2025
Rollup of 17 pull requests
Successful merges:
- #132748 (get rid of some false negatives in rustdoc::broken_intra_doc_links)
- #143360 (loop match: error on `#[const_continue]` outside `#[loop_match]`)
- #143662 ([rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.)
- #143771 (Constify some more `Result` functions)
- #144185 (Document guarantees of poisoning)
- #144395 (update fortanix tests)
- #144478 (Improve formatting of doc code blocks)
- #144614 (Fortify RemoveUnneededDrops test.)
- #144703 ([test][AIX] ignore extern_weak linkage test)
- #144747 (compiletest: Improve diagnostics for line annotation mismatches 2)
- #144756 (detect infinite recursion with tail calls in ctfe)
- #144766 (Add human readable name "Cygwin")
- #144782 (Properly pass path to staged `rustc` to `compiletest` self-tests)
- #144786 (Cleanup the definition of `group_type`)
- #144796 (Add my previous commit name to .mailmap)
- #144797 (Update safety comment for new_unchecked in niche_types)
- #144803 (rustc-dev-guide subtree update)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 37ec453 into rust-lang:masterAug 3, 2025
10 checks passed
@rustbotrustbot added this to the 1.90.0 milestone Aug 3, 2025
rust-timer added a commit that referenced this pull request Aug 3, 2025
Rollup merge of #144614 - cjgillot:fortify-unneeded, r=scottmcm
Fortify RemoveUnneededDrops test.
Test tweak that is useful in preparation for #144561
@cjgillot
cjgillot deleted the fortify-unneeded branch August 4, 2025 02:19
github-actionsBot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Aug 4, 2025
Rollup of 17 pull requests
Successful merges:
- rust-lang/rust#132748 (get rid of some false negatives in rustdoc::broken_intra_doc_links)
- rust-lang/rust#143360 (loop match: error on `#[const_continue]` outside `#[loop_match]`)
- rust-lang/rust#143662 ([rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.)
- rust-lang/rust#143771 (Constify some more `Result` functions)
- rust-lang/rust#144185 (Document guarantees of poisoning)
- rust-lang/rust#144395 (update fortanix tests)
- rust-lang/rust#144478 (Improve formatting of doc code blocks)
- rust-lang/rust#144614 (Fortify RemoveUnneededDrops test.)
- rust-lang/rust#144703 ([test][AIX] ignore extern_weak linkage test)
- rust-lang/rust#144747 (compiletest: Improve diagnostics for line annotation mismatches 2)
- rust-lang/rust#144756 (detect infinite recursion with tail calls in ctfe)
- rust-lang/rust#144766 (Add human readable name "Cygwin")
- rust-lang/rust#144782 (Properly pass path to staged `rustc` to `compiletest` self-tests)
- rust-lang/rust#144786 (Cleanup the definition of `group_type`)
- rust-lang/rust#144796 (Add my previous commit name to .mailmap)
- rust-lang/rust#144797 (Update safety comment for new_unchecked in niche_types)
- rust-lang/rust#144803 (rustc-dev-guide subtree update)
r? `@ghost`
`@rustbot` modify labels: rollup
@cuvipercuviper modified the milestones: 1.90.0, 1.91.0Oct 23, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant 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.

6 participants

@cjgillot@rustbot@scottmcm@bors@cuviper@Mark-Simulacrum