-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
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
strange cannot move out of a mutable reference error
A-borrow-checker
Area: The borrow checker
A-clippy
Area: Clippy
A-diagnostics
Area: Messages for errors, warnings, and lints
D-lack-of-suggestion
Diagnostics: Adding a (structured) suggestion would increase the quality of the diagnostic.
L-false-positive
Lint: False positive (should not have fired).
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#139670
opened Apr 11, 2025 by
Sherlock-Holo
Cross-build of 1.85.0 to mipsel-unknown-netbsd fails w/missing __gnu_h2f_ieee and __gnu_f2h_ieee.
A-clippy
Area: Clippy
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
O-MIPS
Target: MIPS processors
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137630
opened Feb 25, 2025 by
he32
2024 edition migration of Area: Clippy
A-edition-2024
Area: The 2024 edition
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
ref
in patterns suboptimal: fixed up by clippy --fix
A-clippy
#136047
opened Jan 25, 2025 by
VorpalBlade
Clippy gets rebuilt twice on every change, and rustdoc also gets rebuilt
A-clippy
Area: Clippy
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#131636
opened Oct 13, 2024 by
RalfJung
weird behavior from Area: Clippy
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
L-dead_code
Lint: dead_code
L-unused_imports
Lint: unused_imports
-Fdead_code
vs -Funused
A-clippy
#126029
opened Jun 5, 2024 by
andrewbanchich
cannot forbid Area: Clippy
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
L-dead_code
Lint: dead_code
dead_code
since lint triggers for third party macros
A-clippy
#126028
opened Jun 5, 2024 by
andrewbanchich
improper_ctypes
is many clippy lints in 1~2 rustc lints
A-clippy
#116963
opened Oct 19, 2023 by
workingjubilee
Warning for explicit norange ( uInt..0 )
A-clippy
Area: Clippy
A-diagnostics
Area: Messages for errors, warnings, and lints
#115738
opened Sep 10, 2023 by
NimonSour
clippy-driver +stage1
doesn't work: error while loading shared libraries: librustc_driver-2731d3486cc92946.so
A-clippy
#113109
opened Jun 27, 2023 by
ComputerDruid
cargo clippy shows no warnings, but cargo clippy --fix fails ("failed to automatically apply fixes")
A-clippy
Area: Clippy
C-bug
Category: This is a bug.
#113025
opened Jun 25, 2023 by
Trolldemorted
Clippy fails to fix unnecessary_to_owned
A-clippy
Area: Clippy
C-bug
Category: This is a bug.
#106374
opened Jan 2, 2023 by
KonradHoeffner
Interesting Area: Clippy
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
E0514
error on a certain repository when running cargo clippy
A-clippy
#100329
opened Aug 9, 2022 by
daniel-abramov
cargo clippy --fix
created a lifetime issue by applying a fix
A-clippy
#91523
opened Dec 4, 2021 by
klingtnet
Clippy suggests an unstable attribute instead of a deprecated one for #[cfg_attr(rustfmt, rustfmt_skip)]
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-clippy
Area: Clippy
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
#88591
opened Sep 2, 2021 by
stephanemagnenat
x.py test --stage 0 src/tools/clippy does not work
A-clippy
Area: Clippy
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#78717
opened Nov 4, 2020 by
jyn514
Improve the rustc-side clippy development experience
A-clippy
Area: Clippy
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#76495
opened Sep 8, 2020 by
Aaron1011
1 of 4 tasks
Oh rust doctest lints, where art þou? (Add a way to run clippy on doctests)
A-clippy
Area: Clippy
A-doctests
Area: Documentation tests, run by rustdoc
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#56232
opened Nov 26, 2018 by
llogiq
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.