-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Issues: rust-lang/rust-clippy
macro_use_imports
ICE: `can't get the span of an arbitrary ...
#14303
by DaniPopes
was closed Feb 27, 2025
Closed
3
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::useless_conversion suggested fix breaks code with lifetimes
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
#14322
opened Feb 28, 2025 by
m-mueller678
cargo clippy --fix
fails on a codebase that compiles (cargo build
succeeds)
C-bug
#14319
opened Feb 28, 2025 by
0x53A
Duplicate diagnostics when using Category: Clippy is not doing the correct thing
--message-format json
with --all-targets
/--bins --tests
C-bug
#14315
opened Feb 27, 2025 by
Leandros
Split Area: New lints
clippy::manual_is_power_of_two
into two lints to handle x & (x - 1) == 0
better
A-lint
#14309
opened Feb 27, 2025 by
daira
False negatives for missing_docs_in_private_items since 1.79.
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
#14301
opened Feb 26, 2025 by
nmathewson
Lint against Area: New lints
String::from_raw_parts
A-lint
#14293
opened Feb 25, 2025 by
robertbastian
missing-const-for-fn false positive when a derefMut is used
C-bug
Category: Clippy is not doing the correct thing
#14290
opened Feb 24, 2025 by
GuiAmPm
suggest Area: New lints
a.is_multiple_of(b)
for a % b == 0
A-lint
#14289
opened Feb 24, 2025 by
folkertdev
doc_overindented_list_items false positive expecting fewer spaces
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#14275
opened Feb 22, 2025 by
azriel91
CARGO_INCREMENTAL=0
prevents clippy::std_instead_of_*
from warning on mixed std/core imports
C-bug
#14273
opened Feb 21, 2025 by
cwfitzgerald
Useless conversion error when using PyResult<PyObject> in pyo3
C-bug
Category: Clippy is not doing the correct thing
#14272
opened Feb 21, 2025 by
edlng
future_not_send unclear about what value is held across an await
#14271
opened Feb 21, 2025 by
bionicles
Consider deleting
FORMAT_MACRO_DIAG_ITEMS
, and tag the macros in stdlib
#14267
opened Feb 21, 2025 by
nyurik
References within Rc/Arc may not be meaningful
A-lint
Area: New lints
#14260
opened Feb 20, 2025 by
A4-Tacks
missing_asserts_for_indexing
understands assert!(x.len()==2)
but not assert_eq!(x.len(), 2)
C-bug
#14255
opened Feb 19, 2025 by
tv42
Refactor the Call for participation: Help is requested to fix this issue.
good-first-issue
These issues are a good way to get started with Clippy
clippy_lints/src/strings.rs
file
E-help-wanted
#14253
opened Feb 19, 2025 by
samueltardieu
Lint suggestion: require Area: New lints
self
for relative use
statement paths
A-lint
#14246
opened Feb 18, 2025 by
noamraph
unnecessary_to_owned
in conjunction with reference counted slices and iterators
C-bug
#14242
opened Feb 17, 2025 by
SLUCHABLUB
.last()
to .next_back()
might extend the lifetime of the receiver
C-bug
#14238
opened Feb 17, 2025 by
samueltardieu
Lint againts items with the same names as their modules
A-lint
Area: New lints
#14226
opened Feb 16, 2025 by
SLUCHABLUB
2
struct fields that can be reordered to avoid clones during struct init
A-lint
Area: New lints
#14218
opened Feb 14, 2025 by
matthiaskrgr
redundant_closure
suggested fix fails to compile due to lifetime requirements
C-bug
#14215
opened Feb 13, 2025 by
ian-h-chamberlain
incompatible_msrv fails to detect std::iter::repeat_n
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
#14212
opened Feb 13, 2025 by
akonradi-signal
Previous Next
ProTip!
no:milestone will show everything without a milestone.