-
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
dbg_macro lint causes an ICE when used inside an async closure
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14914
by SergeyKasmy
was closed May 31, 2025
cargo clippy --fix
tries to apply mul_add
but causes [E0689]
C-bug
#14897
opened May 25, 2025 by
nik-sm
Lint idea: Area: New lints
missing_panic_message
A-lint
#14843
opened May 19, 2025 by
FirelightFlagboy
zombie_processes: false positive with returns inside closures
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14677
by jgallagher
was closed Apr 28, 2025
thread 'rustc' panicked at compiler/rustc_middle/src/ty/sty.rs:363:36: called Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
Option::unwrap()
on a None
value
C-bug
#14251
by 50U10FCA7
was closed Feb 19, 2025
manual_memcpy
lints against slices but not pointer arythmetics
C-bug
#13859
opened Dec 20, 2024 by
sosthene-nitrokey
missing-const-for-fn: println is not const-(st)able yet
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
#13015
opened Jun 28, 2024 by
matthiaskrgr
clippy::used_underscore_binding
fires on an unused function parameter
C-bug
#12810
opened May 16, 2024 by
Kriskras99
cast_possible_truncation
could leverage simple patterns
C-bug
#12781
opened May 8, 2024 by
clarfonthey
overly_complex_bool_expr
triggers wrongly on (return) || true
C-bug
#12744
by bend-n
was closed May 2, 2024
overly_complex_bool_expr
triggers wrongly
C-bug
#12689
by bend-n
was closed Jun 5, 2024
Single branch ifs in the body of a match arm should be made explicit
A-lint
Area: New lints
L-suspicious
Lint: Belongs in the suspicious lint group
#12641
by PartiallyUntyped
was closed Jul 25, 2024
assigning_clones causes infinite recursion when it triggers inside a Category: Clippy is not doing the correct thing
I-suggestion-causes-bug
Issue: The suggestion compiles but changes the code to behave in an unintended way
clone_from()
impl
C-bug
#12600
by matthiaskrgr
was closed Apr 3, 2024
mismatched types error when returning impl Type from a function, and using a feature
#12499
by wiiznokes
was closed Mar 16, 2024
ICE: Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
with expression doesn't evaluate to a struct
C-bug
#12351
by matthiaskrgr
was closed Mar 24, 2024
Warn when calling Area: New lints
is_empty
on non-empty value
A-lint
#12307
by FineFindus
was closed Mar 9, 2024
nonzero_compared_to_zero: Lint comparison of Area: New lints
NonZero
values with zero
A-lint
#12238
opened Feb 7, 2024 by
sgued
unused_io_amount
false positive if the result is matched by Ok(<literal>)
or unreachable!()
cases
C-bug
#12208
by oxalica
was closed Feb 2, 2024
Matching on _ char gives incorrect unreachable pattern
C-bug
Category: Clippy is not doing the correct thing
#12207
by gpit2286
was closed Jan 28, 2024
Uninhabited function parameter/match pattern
A-lint
Area: New lints
#12073
opened Jan 2, 2024 by
Fuzzyzilla
Detects if/else chains with redundant conditions
A-lint
Area: New lints
#11986
opened Dec 19, 2023 by
estebank
if let true = k > 1 {} and if let true = true {}
A-lint
Area: New lints
#11917
by Fundevoge
was closed Dec 16, 2023
clippy --fix
incorrectly handles unused variables in unreachable code, producing code that can't compile.
C-bug
#11906
by FractalFir
was closed Dec 25, 2023
enum_glob_use
is not triggered
C-bug
#11834
by mamekoro
was closed Nov 18, 2023
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.