Skip to content

Change AttrArgs::Eq to a struct variant - #133746

Merged
bors merged 3 commits into
rust-lang:masterfrom
oli-obk:push-xwyrylxmrtvq
Dec 3, 2024
Merged

Change AttrArgs::Eq to a struct variant#133746
bors merged 3 commits into
rust-lang:masterfrom
oli-obk:push-xwyrylxmrtvq

Conversation

@oli-obk

@oli-obkoli-obk commented Dec 2, 2024

Copy link
Copy Markdown
Contributor

Cleanups for simplifying #131808

Basically changes AttrArgs::Eq to a struct variant and then avoids several matches on AttrArgsEq in favor of methods on it. This will make future refactorings simpler, as they can either keep methods or switch to field accesses without having to restructure code

@rustbot

Copy link
Copy Markdown
Collaborator

r? @lcnr

rustbot has assigned @lcnr.
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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Dec 2, 2024
@rustbot

Copy link
Copy Markdown
Collaborator

Some changes occurred in src/tools/clippy

cc @rust-lang/clippy

@oli-obkoli-obk changed the title Deduplicate some matches that always panic in one armChange AttrArgs::Eq to a struct variantDec 2, 2024
@jieyouxu

Copy link
Copy Markdown
Member

r? jieyouxu

@rustbotrustbot assigned jieyouxu and unassigned lcnrDec 2, 2024

@jieyouxujieyouxu 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.

Thanks, you can r=me after PR CI is green.

@oli-obk

Copy link
Copy Markdown
ContributorAuthor

@bors r=jieyouxu

@bors

bors commented Dec 2, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit da182b6 has been approved by jieyouxu

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 Dec 2, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 3, 2024
…llaumeGomez
Rollup of 10 pull requests
Successful merges:
- rust-lang#131713 (Stabilize `const_maybe_uninit_write`)
- rust-lang#133535 (show forbidden_lint_groups in future-compat reports)
- rust-lang#133610 (Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering)
- rust-lang#133701 (Use c"lit" for CStrings without unwrap)
- rust-lang#133704 (fix ICE when promoted has layout size overflow)
- rust-lang#133705 (add "profiler" and "optimized-compiler-builtins" option coverage for ci-rustc)
- rust-lang#133710 (Reducing `target_feature` check-cfg merge conflicts)
- rust-lang#133732 (Fix `-Zdump-mir-dataflow`)
- rust-lang#133746 (Change `AttrArgs::Eq` to a struct variant)
- rust-lang#133763 (Fix `f16::midpoint` const feature gate)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 6f9f17f into rust-lang:masterDec 3, 2024
@rustbotrustbot added this to the 1.85.0 milestone Dec 3, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Dec 3, 2024
Rollup merge of rust-lang#133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu
Change `AttrArgs::Eq` to a struct variant
Cleanups for simplifying rust-lang#131808
Basically changes `AttrArgs::Eq` to a struct variant and then avoids several matches on `AttrArgsEq` in favor of methods on it. This will make future refactorings simpler, as they can either keep methods or switch to field accesses without having to restructure code
@oli-obkoli-obk mentioned this pull request Dec 3, 2024
github-merge-queueBot pushed a commit to model-checking/kani that referenced this pull request Dec 9, 2024
Upgrade toolchain to 12/09.
Culprit PRs:
- rust-lang/rust#132410
- rust-lang/rust#133746
- Unnecessary `map_or` [clippy
lint](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or)
As with previous toolchain upgrades, it's unclear why the LLBC tests
regressed.
Resolves#3754
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 15, 2024
Change `AttrArgs::Eq` to a struct variant
Cleanups for simplifying rust-lang#131808
Basically changes `AttrArgs::Eq` to a struct variant and then avoids several matches on `AttrArgsEq` in favor of methods on it. This will make future refactorings simpler, as they can either keep methods or switch to field accesses without having to restructure code
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.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@oli-obk@rustbot@jieyouxu@bors@lcnr