Skip to content

Add pointer to extended-help entry for -C help codegen options. #12153

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

Merged
merged 1 commit into from
Feb 11, 2014

Conversation

pnkfelix
Copy link
Member

(The fact that this flag has a large collection of suboptions qualifies it for an entry in the "Additional help" section.)

bors added a commit that referenced this pull request Feb 11, 2014
…anxiyn

(The fact that this flag has a large collection of suboptions qualifies it for an entry in the "Additional help" section.)
@bors bors closed this Feb 11, 2014
@bors bors merged commit 06a0c21 into rust-lang:master Feb 11, 2014
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 25, 2024
Don't emit `derive_partial_eq_without_eq` lint if the type has the `non_exhaustive` attribute

Part of rust-lang/rust-clippy#9063.

If a type has a field/variant with the `#[non_exhaustive]` attribute or the type itself has it, then do no emit the `derive_partial_eq_without_eq` lint.

changelog: Don't emit `derive_partial_eq_without_eq` lint if the type has the `non_exhaustive` attribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants