-
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
unnecessary_debug_formatting
should respect MSRV
C-bug
#14977
opened Jun 4, 2025 by
dswij
Should
cast_{un,}signed()
be considered an as
cast for linting purposes?
#14975
opened Jun 4, 2025 by
ojeda
Suggest Area: New lints
cast_signed
and cast_unsigned
instead of as
A-lint
#14974
opened Jun 4, 2025 by
ojeda
ICE report_elidable_lifetimes (debug assertions)
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14973
opened Jun 4, 2025 by
matthiaskrgr
ICE in zero_sized_map_values
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14972
opened Jun 4, 2025 by
matthiaskrgr
Unactionable error: maximum number of nodes exceeded in constant
#14970
opened Jun 4, 2025 by
andresovela
proc_macro: Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
attempt to subtract with overflow
C-bug
#14968
opened Jun 4, 2025 by
matthiaskrgr
New lint for platform-dependent or nondeterministic float operations
A-lint
Area: New lints
#14964
opened Jun 3, 2025 by
kpreid
New lint: Area: New lints
out_of_bound_slice_operation
A-lint
#14960
opened Jun 3, 2025 by
sosthene-nitrokey
Applying manual_clamp lint results in slower code
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#14959
opened Jun 2, 2025 by
Shnatsel
disallowed_names
triggers within external macro generated code
C-bug
#14958
opened Jun 2, 2025 by
Nemo157
Suggestion of Area: New lints
collect_push_then_iter
for iterators
A-lint
#14946
opened Jun 1, 2025 by
profetia
manual_div_ceil
suggestion can result in worse generated code
A-category
#14944
opened Jun 1, 2025 by
shssoichiro
Lint Suggestion: Pointer offset with vec reference
A-lint
Area: New lints
#14943
opened May 31, 2025 by
BigWingBeat
Prefixed attributes are not detected as duplicated
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
#14942
opened May 31, 2025 by
samueltardieu
comparison_chain vs. const generics
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14936
opened May 30, 2025 by
jcape
Stack overflow when using recursive type and conditions
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14935
opened May 30, 2025 by
supersurviveur
FP borrow_deref_ref
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14934
opened May 30, 2025 by
matthiaskrgr
FP explicit_deref_methods mutability
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14933
opened May 30, 2025 by
matthiaskrgr
FP identity_op does not catch type hint is needed
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14932
opened May 30, 2025 by
matthiaskrgr
FP manual_swap : mutability mismatch
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14931
opened May 30, 2025 by
matthiaskrgr
range_zip_with_len causes type mismatch
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14929
opened May 30, 2025 by
matthiaskrgr
FP redundant_pattern lifetime mismatch
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14928
opened May 30, 2025 by
matthiaskrgr
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.