-
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
clippy::zero_prefixed_literal
emitted incorrectly when a non-zero literal is emitted from a macro with a span of a 0
literal
C-bug
#14199
by dhedey
was closed Feb 15, 2025
Is it possible to disable a lint for all macro invocations?
#11472
by pitdicker
was closed Sep 8, 2023
cargo clippy --fix fails and requests a bug report be entered
C-bug
Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#10133
opened Dec 30, 2022 by
hschimke
Clippy --fix for box_default creates invalid code
C-bug
Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#10089
by nsabovic
was closed Jan 9, 2023
Clippy suggests 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
0o<8|9>
, which is an invalid suggestion.
C-bug
#9651
by ghost
was closed Oct 16, 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
False positive:
zero_prefixed_literal
: suggest to use x1
which is invalid and not detect it is an hexdecimal notation.
#5215
by otavio
was closed Feb 22, 2020
New false positive in zero_prefixed_literal
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#5169
by dtolnay
was closed Feb 13, 2020
Analyze HIC++ and figure out if we are missing some important lints
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
C-question
Category: Questions
good first issue
These issues are a good way to get started with Clippy
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#1643
opened Mar 29, 2017 by
oli-obk
decimal constant error
C-bug
Category: Clippy is not doing the correct thing
#1274
by fabricedesre
was closed Dec 18, 2020
False positives in zero_prefixed_literal and Issue: The lint was triggered on code it shouldn't have
0b
/0o
I-false-positive
#1202
by dtolnay
was closed Aug 28, 2016
ProTip!
Adding no:label will show everything without a label.