-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Resolve concern of derive_default_enum
#92366
Conversation
This resolves the concern in favor of prohibiting multiple instances of the attribute. This is similar to non-helper attributes as introduced in rust-lang#88681.
(rust-highfive has picked a reviewer for you, use r? to override) |
Ping from triage: |
I've had this tab open for a while so I didn't forget about it; I have other priorities at the moment. Quickly reading through the open discussion, it looks like I just need to update an error message. For merging the two checks, that seems like it would interfere with suggestions from the compiler. |
Just awaiting clarification on what's desired at this point. Keep in mind that it is a separate issue from what this PR was created for. |
Apologies, missed your comment and don't typically track S-waiting-on-author - will take a look soon. |
@bors r+ rollup Re-looking at this I'm going to go ahead and approve-- we can always iterate further along the lines of my comments I believe, though it's probably not really necessary either. |
📌 Commit 969fee6 has been approved by |
…-Simulacrum Resolve concern of `derive_default_enum` This resolves the concern in favor of prohibiting multiple instances of the attribute. This is similar to non-helper attributes as introduced in rust-lang#88681. `@rustbot` label +S-waiting-on-review +T-libs-api
…askrgr Rollup of 10 pull requests Successful merges: - rust-lang#92366 (Resolve concern of `derive_default_enum`) - rust-lang#93382 (Add a bit more padding in search box) - rust-lang#93962 (Make [u8]::cmp implementation branchless) - rust-lang#94015 (rustdoc --check option documentation) - rust-lang#94017 (Clarify confusing UB statement in MIR) - rust-lang#94020 (Support pretty printing of invalid constants) - rust-lang#94027 (Update browser UI test version) - rust-lang#94037 (Fix inconsistent symbol mangling with -Zverbose) - rust-lang#94045 (Update books) - rust-lang#94054 (:arrow_up: rust-analyzer) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This resolves the concern in favor of prohibiting multiple instances of
the attribute. This is similar to non-helper attributes as introduced in
#88681.
@rustbot label +S-waiting-on-review +T-libs-api