-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Remove unused code in cfg_old
#149903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused code in cfg_old
#149903
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing |
|
this is awesome work! thanks :) Finally getting rid of some old attr code @bors r+ rollup |
…=jdonszelmann Remove unused code in `cfg_old` r? `@jdonszelmann` Fixes one of the todos from rust-lang#149865
|
@bors try job=aarch64-gnu-llvm-20-2 |
|
Unknown argument "job". Run |
|
@bors2 try jobs=aarch64-gnu-llvm-20-2 |
This comment has been minimized.
This comment has been minimized.
Remove unused code in `cfg_old` try-job: aarch64-gnu-llvm-20-2
This comment has been minimized.
This comment has been minimized.
|
💔 Test for ea469cb failed: CI. Failed jobs:
|
|
@bors2 try jobs=aarch64-gnu-llvm-20-2 |
This comment has been minimized.
This comment has been minimized.
Remove unused code in `cfg_old` try-job: aarch64-gnu-llvm-20-2
|
Why did PR ci not catch that failure btw? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 44d7933 failed: CI. Failed jobs:
|
322e0f7 to
0ab4b8b
Compare
|
@bors2 try jobs=aarch64-gnu-llvm-20-2 |
Remove unused code in `cfg_old` try-job: aarch64-gnu-llvm-20-2
This comment has been minimized.
This comment has been minimized.
|
r=me on ci pass |
|
@bors r=jdonszelmann rollup |
…=jdonszelmann Remove unused code in `cfg_old` r? `@jdonszelmann` Fixes one of the todos from rust-lang#149865
…=jdonszelmann Remove unused code in `cfg_old` r? ``@jdonszelmann`` Fixes one of the todos from rust-lang#149865
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
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
r? @jdonszelmann
Fixes one of the todos from #149865