Skip to content

Conversation

@JonathanBrouwer
Copy link
Contributor

@JonathanBrouwer JonathanBrouwer commented Dec 12, 2025

r? @jdonszelmann

Fixes one of the todos from #149865

@rustbot
Copy link
Collaborator

rustbot commented Dec 12, 2025

Some changes occurred in compiler/rustc_attr_parsing

cc @jdonszelmann

@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) 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 Dec 12, 2025
@jdonszelmann
Copy link
Contributor

this is awesome work! thanks :) Finally getting rid of some old attr code

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Dec 12, 2025

📌 Commit acea7df has been approved by jdonszelmann

It is now in the queue for this repository.

@bors bors 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 Dec 12, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Dec 12, 2025
…=jdonszelmann

Remove unused code in `cfg_old`

r? `@jdonszelmann`

Fixes one of the todos from rust-lang#149865
@matthiaskrgr
Copy link
Member

@bors r-
#149905 (comment)

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 12, 2025
@matthiaskrgr
Copy link
Member

@bors try job=aarch64-gnu-llvm-20-2

@rust-bors
Copy link

rust-bors bot commented Dec 12, 2025

Unknown argument "job". Run @bors2 help to see available commands.

@matthiaskrgr
Copy link
Member

@bors2 try jobs=aarch64-gnu-llvm-20-2

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Dec 12, 2025
Remove unused code in `cfg_old`

try-job: aarch64-gnu-llvm-20-2
@rust-log-analyzer

This comment has been minimized.

@rust-bors
Copy link

rust-bors bot commented Dec 12, 2025

💔 Test for ea469cb failed: CI. Failed jobs:

@JonathanBrouwer
Copy link
Contributor Author

@bors2 try jobs=aarch64-gnu-llvm-20-2

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Dec 12, 2025
Remove unused code in `cfg_old`

try-job: aarch64-gnu-llvm-20-2
@JonathanBrouwer
Copy link
Contributor Author

Why did PR ci not catch that failure btw?

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-bors
Copy link

rust-bors bot commented Dec 12, 2025

💔 Test for 44d7933 failed: CI. Failed jobs:

@JonathanBrouwer
Copy link
Contributor Author

@bors2 try jobs=aarch64-gnu-llvm-20-2

rust-bors bot added a commit that referenced this pull request Dec 12, 2025
Remove unused code in `cfg_old`

try-job: aarch64-gnu-llvm-20-2
@rust-bors

This comment has been minimized.

@jdonszelmann
Copy link
Contributor

r=me on ci pass

@rust-bors
Copy link

rust-bors bot commented Dec 12, 2025

☀️ Try build successful (CI)
Build commit: 7a2c5b2 (7a2c5b2897694cce7c330fc377245182dbc4316a, parent: 2a3a62d26e9e5badb806ac6a43bb307ff472b514)

@JonathanBrouwer
Copy link
Contributor Author

@bors r=jdonszelmann rollup

@bors
Copy link
Collaborator

bors commented Dec 12, 2025

📌 Commit 0ab4b8b has been approved by jdonszelmann

It is now in the queue for this repository.

@bors bors 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 12, 2025
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Dec 12, 2025
…=jdonszelmann

Remove unused code in `cfg_old`

r? `@jdonszelmann`

Fixes one of the todos from rust-lang#149865
jhpratt added a commit to jhpratt/rust that referenced this pull request Dec 13, 2025
…=jdonszelmann

Remove unused code in `cfg_old`

r? ``@jdonszelmann``

Fixes one of the todos from rust-lang#149865
bors added a commit that referenced this pull request Dec 13, 2025
Rollup of 11 pull requests

Successful merges:

 - #145278 (Update `rustc_codegen_gcc` rotate operation document)
 - #148825 (Add SystemTime::{MIN, MAX})
 - #148837 (Use `let...else` instead of `match foo { ... _ => return };` and `if let ... else return`)
 - #149177 (Add proper suggestion for associated function with unknown field)
 - #149843 (Inherit attributes in delegation)
 - #149860 (Fix: Prevent macro-expanded extern crates from shadowing extern arguments)
 - #149874 (Weak for Arc pointer is marked as DynSend/DynSync)
 - #149903 (Remove unused code in `cfg_old`)
 - #149911 (bootstrap: Don't pass an unused `--color` to compiletest)
 - #149916 (Add a sanity check in case of any duplicate nodes)
 - #149924 (`declare_lint_pass` for `INLINE_ALWAYS_MISMATCHING_TARGET_FEATURES`)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Dec 13, 2025
Rollup of 10 pull requests

Successful merges:

 - #145278 (Update `rustc_codegen_gcc` rotate operation document)
 - #148837 (Use `let...else` instead of `match foo { ... _ => return };` and `if let ... else return`)
 - #149177 (Add proper suggestion for associated function with unknown field)
 - #149843 (Inherit attributes in delegation)
 - #149860 (Fix: Prevent macro-expanded extern crates from shadowing extern arguments)
 - #149874 (Weak for Arc pointer is marked as DynSend/DynSync)
 - #149903 (Remove unused code in `cfg_old`)
 - #149911 (bootstrap: Don't pass an unused `--color` to compiletest)
 - #149916 (Add a sanity check in case of any duplicate nodes)
 - #149924 (`declare_lint_pass` for `INLINE_ALWAYS_MISMATCHING_TARGET_FEATURES`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 6b29f18 into rust-lang:main Dec 13, 2025
12 checks passed
@rustbot rustbot added this to the 1.94.0 milestone Dec 13, 2025
rust-timer added a commit that referenced this pull request Dec 13, 2025
Rollup merge of #149903 - JonathanBrouwer:cfg_old_cleanup, r=jdonszelmann

Remove unused code in `cfg_old`

r? ```@jdonszelmann```

Fixes one of the todos from #149865
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant 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