-
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
[epic] False Positive tracking / triaging / categorization
C-tracking-issue
Category: Tracking Issue
#12046
opened Dec 29, 2023 by
PartiallyUntyped
11 of 24 tasks
while_let_loop
should not be reported for empty match statements
#10037
opened Dec 6, 2022 by
DzenanJupic
while_let_loop fails to see that temporary value needs to be dropped
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#9206
by tijsvd
was closed Jul 20, 2022
Incomplete suggestion combines poorly with other tools (rust-analyzer)
C-bug
Category: Clippy is not doing the correct thing
#8739
by Crzyrndm
was closed Apr 25, 2022
clippy::while_let_loop incorectly scope variable
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#7913
by xNxExOx
was closed Jun 30, 2022
Most commonly ignored lints on crates.io
A-category
Area: Categorization of lints
C-tracking-issue
Category: Tracking Issue
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#7666
by dtolnay
was closed Oct 9, 2022
while_let_loop
suggests wrong name to use in pattern
C-bug
#7362
opened Jun 16, 2021 by
domenicquirl
False Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
clippy::while_let_loop
when doing loop { if let }
in spawned thread.
C-bug
#7226
by KSXGitHub
was closed Jun 30, 2022
vec_init_then_push incorrectly fires when the Category: Clippy is not doing the correct thing
E-needs-mcve
Call for participation: This issue needs a Minimal Complete and Verifiable Example
good first issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
push()
is in a loop
body
C-bug
#7019
by duci9y
was closed May 8, 2021
while_let_loop suggestion does not compile
C-bug
Category: Clippy is not doing the correct thing
E-hard
Call for participation: This a hard problem and requires more experience or effort to work on
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#5717
by mahkoh
was closed Jun 30, 2022
while_let_loop
doesn't take into account break-with-value
C-bug
#1948
by eira-fransham
was closed Nov 30, 2017
while_let_loop false positive
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-false-positive
Issue: The lint was triggered on code it shouldn't have
T-middle
Type: Probably requires verifiying types
#1693
opened Apr 23, 2017 by
crumblingstatue
while_let
false positive with break checks before match statement
C-bug
#771
by ipetkov
was closed May 7, 2019
Wrong suggestion with Category: Clippy is not doing the correct thing
while_let_loop
C-bug
#675
by mcarton
was closed Feb 28, 2016
Result from running on a few crates
C-question
Category: Questions
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#553
by mcarton
was closed Dec 3, 2018
while_let_loop
fails to account for lifetimes
C-bug
#362
by cuviper
was closed May 28, 2025
while_let_loop
fails to lint if last expression in loop
is a block
C-enhancement
#359
by Zarathustra30
was closed Oct 14, 2015
(Preliminary) Results of building rust with clippy
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#278
by llogiq
was closed Oct 26, 2021
Extend 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
T-AST
Type: Requires working with the AST
while_let_loop
to warn even if there are statements after match
C-enhancement
#262
by Zarathustra30
was closed Sep 30, 2015
Findings from running Clippy on Servo
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
#164
opened Aug 13, 2015 by
Manishearth
ProTip!
Adding no:label will show everything without a label.