-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Incorrect clippy::derivable_impls in the presence of conditional compilation
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I-suggestion-causes-bug
Issue: The suggestion compiles but changes the code to behave in an unintended way
#13160
opened Jul 25, 2024 by
VorpalBlade
derivable_impls triggers on dyn Trait, where using a concrete type for default
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13032
opened Jul 3, 2024 by
nihohit
derivable_impls reports Default when implementing in test submodule
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#12546
opened Mar 24, 2024 by
Javex
derivable_impls does not trigger on manual Default impl on enum if the impl uses Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
Self
instead of type name
C-bug
#11897
opened Nov 29, 2023 by
Arnavion
FP derivable_impls: attributes are ignored
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#11368
by matthiaskrgr
was closed Dec 8, 2023
Failing auto fix for Category: Clippy is not doing the correct thing
derivable_impls
C-bug
#10494
opened Mar 12, 2023 by
senekor
False positive Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
derivable_impls
for type parameters with defaults
C-bug
#10396
by willburden
was closed Feb 27, 2023
derivable_impl
false positive when Default
is implemented manually to structs with a dyn
field
C-bug
#10158
by Y-Nak
was closed Jun 14, 2023
Cargo clippy --fix error
C-bug
Category: Clippy is not doing the correct thing
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#8826
by MMukundi
was closed Mar 12, 2025
derivable_impls wants derive(Default) on enum
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#7753
by Arnavion
was closed Oct 3, 2021
thread 'rustc' panics
C-bug
Category: Clippy is not doing the correct thing
#7735
by Milo123459
was closed Sep 29, 2021
derivable_impls false positive on array sizes that do not implement Default
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#7683
by shssoichiro
was closed Sep 30, 2021
derivable_impls false positive on nongeneric impl
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#7655
by dtolnay
was closed Sep 10, 2021
derivable_impls false positive on impl with doc comment
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#7654
by dtolnay
was closed Sep 10, 2021
Detect redundant Area: New lints
Default
implementations
A-lint
#7550
by tsoutsman
was closed Sep 4, 2021
[Roadmap] Lint groups
A-category
Area: Categorization of lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
C-tracking-issue
Category: Tracking Issue
P-low
Priority: Low
#6626
opened Jan 22, 2021 by
flip1995
4 of 7 tasks
False positive on manual impl of Copy and Clone
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good first issue
These issues are a good way to get started with Clippy
#893
by llogiq
was closed Dec 14, 2021
ProTip!
Find all open issues with in progress development work with linked:pr.