Skip to content

Remove unused attributes from issue-29485.rs. - #157486

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
lms0806:issue_157478
Jun 5, 2026
Merged

Remove unused attributes from issue-29485.rs.#157486
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
lms0806:issue_157478

Conversation

@lms0806

@lms0806lms0806 commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Removed unused attributes from tests/ui/issues/issue-29485.rs.

Close#157478

@rustbot

Copy link
Copy Markdown
Collaborator

This PR modifies tests/ui/issues/. If this PR is adding new tests to tests/ui/issues/,
please refrain from doing so, and instead add it to more descriptive subdirectories.

@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 Jun 5, 2026
@rustbot

Copy link
Copy Markdown
Collaborator

r? @tiif

rustbot has assigned @tiif.
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
  • compiler expanded to 73 candidates
  • Random selection from 20 candidates

@JonathanBrouwerJonathanBrouwer 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-borsBot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 26acc2a has been approved by JonathanBrouwer

It is now in the queue for this repository.

@rust-borsrust-borsBot 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 Jun 5, 2026
@JonathanBrouwerJonathanBrouwer changed the title Remove unused propertiesRemove unused attributesJun 5, 2026
@JonathanBrouwerJonathanBrouwer changed the title Remove unused attributesRemove unused attributes from issue-29485.rs.Jun 5, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Jun 5, 2026
…ouwer
Remove unused attributes from issue-29485.rs.
Removed unused attributes from tests/ui/issues/issue-29485.rs.
Closerust-lang#157478
rust-borsBot pushed a commit that referenced this pull request Jun 5, 2026
…uwer
Rollup of 12 pull requests
Successful merges:
- #157467 (stdarch subtree update)
- #155453 (apply Cortex-A53 errata 843419 mitigation to the AArch64 Linux targets)
- #156798 (delegation: do not always generate first argument)
- #157016 (add `extern "tail"` calling convention)
- #157450 (mark `Encode`, `Decode`, `Mark` impls as `#[inline]`)
- #148183 (rustdoc: Test & document `test_harness` code block attribute)
- #157190 (Silence recursive RUSTC_LOG_FORMAT_JSON messages)
- #157470 (Avoid ICE when emitting TargetMachine config errors)
- #157474 (Forbid optimize(none) with inline(always) or inline.)
- #157475 (Add a smoke test for the optimize attribute.)
- #157479 (Warn when `#[macro_use]` or `#[macro_escape]` is used on the crate root)
- #157486 (Remove unused attributes from issue-29485.rs.)
Failed merges:
- #157485 (Rename `errors.rs` file to `diagnostics.rs`)
jhpratt added a commit to jhpratt/rust that referenced this pull request Jun 5, 2026
…ouwer
Remove unused attributes from issue-29485.rs.
Removed unused attributes from tests/ui/issues/issue-29485.rs.
Closerust-lang#157478
@jhprattjhpratt mentioned this pull request Jun 5, 2026
rust-borsBot pushed a commit that referenced this pull request Jun 5, 2026
Rollup of 12 pull requests
Successful merges:
- #155453 (apply Cortex-A53 errata 843419 mitigation to the AArch64 Linux targets)
- #156798 (delegation: do not always generate first argument)
- #157438 (rustdoc: don't link doc(hidden) associated type projections)
- #157450 (mark `Encode`, `Decode`, `Mark` impls as `#[inline]`)
- #148183 (rustdoc: Test & document `test_harness` code block attribute)
- #157190 (Silence recursive RUSTC_LOG_FORMAT_JSON messages)
- #157396 (Add @aapoalas to libs review rotation)
- #157470 (Avoid ICE when emitting TargetMachine config errors)
- #157474 (Forbid optimize(none) with inline(always) or inline.)
- #157475 (Add a smoke test for the optimize attribute.)
- #157479 (Warn when `#[macro_use]` or `#[macro_escape]` is used on the crate root)
- #157486 (Remove unused attributes from issue-29485.rs.)
Failed merges:
- #157485 (Rename `errors.rs` file to `diagnostics.rs`)
@jhprattjhpratt mentioned this pull request Jun 5, 2026
rust-borsBot pushed a commit that referenced this pull request Jun 5, 2026
Rollup of 12 pull requests
Successful merges:
- #157467 (stdarch subtree update)
- #155453 (apply Cortex-A53 errata 843419 mitigation to the AArch64 Linux targets)
- #156798 (delegation: do not always generate first argument)
- #157438 (rustdoc: don't link doc(hidden) associated type projections)
- #157450 (mark `Encode`, `Decode`, `Mark` impls as `#[inline]`)
- #157190 (Silence recursive RUSTC_LOG_FORMAT_JSON messages)
- #157396 (Add @aapoalas to libs review rotation)
- #157470 (Avoid ICE when emitting TargetMachine config errors)
- #157474 (Forbid optimize(none) with inline(always) or inline.)
- #157475 (Add a smoke test for the optimize attribute.)
- #157479 (Warn when `#[macro_use]` or `#[macro_escape]` is used on the crate root)
- #157486 (Remove unused attributes from issue-29485.rs.)
Failed merges:
- #157485 (Rename `errors.rs` file to `diagnostics.rs`)
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jun 5, 2026
…ouwer
Remove unused attributes from issue-29485.rs.
Removed unused attributes from tests/ui/issues/issue-29485.rs.
Closerust-lang#157478
@rust-bors
rust-borsBot merged commit 6169a62 into rust-lang:mainJun 5, 2026
12 checks passed
rust-timer added a commit that referenced this pull request Jun 5, 2026
Rollup merge of #157486 - lms0806:issue_157478, r=JonathanBrouwer
Remove unused attributes from issue-29485.rs.
Removed unused attributes from tests/ui/issues/issue-29485.rs.
Close#157478
@rustbotrustbot added this to the 1.98.0 milestone Jun 5, 2026
github-actionsBot pushed a commit to rust-lang/stdarch that referenced this pull request Jun 8, 2026
Rollup of 12 pull requests
Successful merges:
- rust-lang/rust#157467 (stdarch subtree update)
- rust-lang/rust#155453 (apply Cortex-A53 errata 843419 mitigation to the AArch64 Linux targets)
- rust-lang/rust#156798 (delegation: do not always generate first argument)
- rust-lang/rust#157438 (rustdoc: don't link doc(hidden) associated type projections)
- rust-lang/rust#157450 (mark `Encode`, `Decode`, `Mark` impls as `#[inline]`)
- rust-lang/rust#157190 (Silence recursive RUSTC_LOG_FORMAT_JSON messages)
- rust-lang/rust#157396 (Add @aapoalas to libs review rotation)
- rust-lang/rust#157470 (Avoid ICE when emitting TargetMachine config errors)
- rust-lang/rust#157474 (Forbid optimize(none) with inline(always) or inline.)
- rust-lang/rust#157475 (Add a smoke test for the optimize attribute.)
- rust-lang/rust#157479 (Warn when `#[macro_use]` or `#[macro_escape]` is used on the crate root)
- rust-lang/rust#157486 (Remove unused attributes from issue-29485.rs.)
Failed merges:
- rust-lang/rust#157485 (Rename `errors.rs` file to `diagnostics.rs`)
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.

tests/ui/issues/issue-29485.rs has a useless #[feature(recover)]

4 participants

@lms0806@rustbot@JonathanBrouwer@tiif