Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open label:A-lints
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.9k
Star
108k
Code
Issues
5k+
Pull requests
914
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Issues
Search Issues
state
:
open
label
:
A-lints
state:open label:A-lints
Search
Labels
Milestones
New issue
Search results
Open
Closed
Tracking issue for release notes of #148214: Consider <code>Result<T, Uninhabited></code> and <code>ControlFlow<Uninhabited, T></code> to be equivalent to <code>T</code> for must use lint
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
L-unused_must_use
Lint: unused_must_use
Lint: unused_must_use
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
This issue may need triage. Remove it if it has been sufficiently triaged.
relnotes
Marks issues that should be documented in the release notes of the next release.
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
Marks issues tracking what text to put in release notes.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#148215
In rust-lang/rust;
·
rustbot
opened
on Oct 28, 2025
Consider <code>Result<T, Uninhabited></code> and <code>ControlFlow<Uninhabited, T></code> to be equivalent to <code>T</code> for must use lint
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
Items that are on lang's radar and will need eventual work or consideration.
L-unused_must_use
Lint: unused_must_use
Lint: unused_must_use
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
This change is insta-stable, or significant enough to need a team FCP to proceed.
relnotes
Marks issues that should be documented in the release notes of the next release.
Marks issues that should be documented in the release notes of the next release.
S-waiting-on-t-lang
Status: Awaiting decision from T-lang
Status: Awaiting decision from T-lang
T-lang
Relevant to the language team
Relevant to the language team
Status: Open (in progress).
rust-lang/rust
number 148214
#148214
In rust-lang/rust;
·
WaffleLapkin
opened
on Oct 28, 2025
false positive <code>unused-extern-crates</code>
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
L-false-positive
Lint: False positive (should not have fired).
Lint: False positive (should not have fired).
L-unused_extern_crates
Lint: unused_extern_crates
Lint: unused_extern_crates
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#148140
In rust-lang/rust;
·
matthiaskrgr
opened
on Oct 26, 2025
for_loops_over_fallibles lint with macros give invalid suggestion
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
L-for_loops_over_fallibles
Lint: for_loops_over_fallibles
Lint: for_loops_over_fallibles
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#148114
In rust-lang/rust;
·
theemathas
opened
on Oct 25, 2025
Tracking issue for release notes of #147136: Add warn-by-default lint for visibility on <code>const _</code> declarations
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-visibility
Area: Visibility / privacy
Area: Visibility / privacy
relnotes
Marks issues that should be documented in the release notes of the next release.
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
Marks issues tracking what text to put in release notes.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#148113
In rust-lang/rust;
·
rustbot
opened
on Oct 25, 2025
Should importing a <code>#[macro_export] macro_rules!</code> macro trigger <code>unused_imports</code>?
A-decl-macros-1-2
Area: Declarative macros 1.2
Area: Declarative macros 1.2
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-discussion
Category: Discussion or questions that doesn't represent real issues.
Category: Discussion or questions that doesn't represent real issues.
L-unused_imports
Lint: unused_imports
Lint: unused_imports
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#147823
In rust-lang/rust;
·
SabrinaJewson
opened
on Oct 17, 2025
Add <code>cargo_cfg_target_family_multivalued</code> FCW
A-cfg
Area: `cfg` conditional compilation
Area: `cfg` conditional compilation
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
I-lang-nominated
Nominated for discussion during a lang team meeting.
Nominated for discussion during a lang team meeting.
P-lang-drag-2
Lang team prioritization drag level 2.https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang.
Lang team prioritization drag level 2.https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang.
S-waiting-on-t-lang
Status: Awaiting decision from T-lang
Status: Awaiting decision from T-lang
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open (in progress).
rust-lang/rust
number 147545
#147545
In rust-lang/rust;
·
madsmtm
opened
on Oct 10, 2025
Tracking Issue for future-incompatibility lint <code>ambiguous_panic_imports</code>
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
Area: Name/path resolution done by `rustc_resolve` specifically
C-future-incompatibility
Category: Future-incompatibility lints
Category: Future-incompatibility lints
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#147319
In rust-lang/rust;
·
Voultapher
opened
on Oct 4, 2025
Add warn-by-default lint for visibility on <code>const _</code> declarations
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-visibility
Area: Visibility / privacy
Area: Visibility / privacy
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
The final comment period is finished for this PR / Issue.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
Items that are on lang's radar and will need eventual work or consideration.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
Status: This is awaiting some action (such as code changes or more information) from the author.
T-lang
Relevant to the language team
Relevant to the language team
to-announce
Announce this issue on triage meeting
Announce this issue on triage meeting
Status: Open (in progress).
rust-lang/rust
number 147136
#147136
In rust-lang/rust;
·
Jules-Bertholet
opened
on Sep 28, 2025
False positive regression for <code>unused_crate_dependencies</code>
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
Category: This is a bug.
L-false-positive
Lint: False positive (should not have fired).
Lint: False positive (should not have fired).
L-unused_crate_dependencies
Lint: unused_crate_dependencies
Lint: unused_crate_dependencies
P-medium
Medium priority
Medium priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#147069
In rust-lang/rust;
·
robertbastian
opened
on Sep 26, 2025
·
1.91.0
Add lint about redefining runtime symbols
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
I-lang-nominated
Nominated for discussion during a lang team meeting.
Nominated for discussion during a lang team meeting.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
This change is insta-stable, or significant enough to need a team FCP to proceed.
P-lang-drag-2
Lang team prioritization drag level 2.https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang.
Lang team prioritization drag level 2.https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang.
S-waiting-on-t-lang
Status: Awaiting decision from T-lang
Status: Awaiting decision from T-lang
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open (in progress).
rust-lang/rust
number 146505
#146505
In rust-lang/rust;
·
Urgau
opened
on Sep 13, 2025
Lint against casts from the <code>size_of</code> function item
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
Category: A feature request, i.e: not implemented / a PR.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
Relevant to the language team
Status: Open.
#146364
In rust-lang/rust;
·
Noratrieb
opened
on Sep 9, 2025
You can’t perform that action at this time.