Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
is:open is:issue label:I-edition-triaged
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
14k
Star
108k
Code
Issues
5k+
Pull requests
906
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
is
:
open
is
:
issue
label
:
I-edition-triaged
is:open is:issue label:I-edition-triaged
Search
Labels
Milestones
New issue
Search results
Open
Closed
false positive for <code>if-let-rescope</code> on enums when the pattern exhaustively matches all cases with significant-drop fields
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
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-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
L-false-positive
Lint: False positive (should not have fired).
Lint: False positive (should not have fired).
L-if_let_rescope
Lint: if_let_rescope
Lint: if_let_rescope
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.
#137376
In rust-lang/rust;
·
steffahn
opened
on Feb 21, 2025
<code>tail_expr_drop_order</code> lint can mention internal <code>__awaitee</code> name
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
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-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
L-tail_expr_drop_order
Lint: tail_expr_drop_order
Lint: tail_expr_drop_order
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.
#136206
In rust-lang/rust;
·
kpreid
opened
on Jan 28, 2025
2024 edition migration of <code>ref</code> in patterns suboptimal: fixed up by clippy --fix
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
Category: This is a bug.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
T-clippy
Relevant to the Clippy team.
Relevant to the Clippy team.
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.
#136047
In rust-lang/rust;
·
VorpalBlade
opened
on Jan 25, 2025
edition 2024 migration of <code>Command::before_exec</code> is suboptimal and doesn't compile
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
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.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
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.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#134003
In rust-lang/rust;
·
eric-seppanen
opened
on Dec 7, 2024
Bad <code>+ use<></code> suggestion in nested macro_rules
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
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, ..)
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
Diagnostics: An error or lint that should account for edition differences.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
L-impl_trait_overcaptures
Lint: impl_trait_overcaptures
Lint: impl_trait_overcaptures
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.
#133769
In rust-lang/rust;
·
ehuss
opened
on Dec 2, 2024
Bad suggestion in dependency_on_unit_never_type_fallback for fragment coming from a macro input
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
Diagnostics: An error or lint that should account for edition differences.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
L-dependency_on_unit_never_type_fallback
Lint: dependency_on_unit_never_type_fallback
Lint: dependency_on_unit_never_type_fallback
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.
#133766
In rust-lang/rust;
·
ehuss
opened
on Dec 2, 2024
keyword-idents is incompatible with macros
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
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, ..)
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
Diagnostics: An error or lint that should account for edition differences.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
L-keyword_idents
Lint group: keyword_idents
Lint group: keyword_idents
L-keyword_idents_2024
Lint: keyword_idents_2024
Lint: keyword_idents_2024
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.
#133709
In rust-lang/rust;
·
ehuss
opened
on Dec 1, 2024
rust_2024_incompatible_pat bad suggestion with proc-macro when brace comes from input
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
A-proc-macros
Area: Procedural macros
Area: Procedural macros
C-bug
Category: This is a bug.
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
Diagnostics: An error or lint that should account for edition differences.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
L-rust_2024_incompatible_pat
Lint: rust_2024_incompatible_pat
Lint: rust_2024_incompatible_pat
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.
#132963
In rust-lang/rust;
·
ehuss
opened
on Nov 12, 2024
Bad suggestion for macro_rules macros generated from a proc-macro
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
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-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
Diagnostics: An error or lint that should account for edition differences.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
L-unsafe_op_in_unsafe_fn
Lint: unsafe_op_in_unsafe_fn
Lint: unsafe_op_in_unsafe_fn
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.
#132906
In rust-lang/rust;
·
ehuss
opened
on Nov 11, 2024
rust_2024_prelude_collisions fails with glob of underscore import
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
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
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
Diagnostics: An error or lint that should account for edition differences.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
Status: A Minimal Complete and Verifiable Example has been found for this issue
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.
#132864
In rust-lang/rust;
·
ehuss
opened
on Nov 10, 2024
unsafe_op_in_unsafe_fn causes unnecessary unsafe warnings
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
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-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Area: Suggestions generated by the compiler applied by `cargo fix`
D-edition
Diagnostics: An error or lint that should account for edition differences.
Diagnostics: An error or lint that should account for edition differences.
D-papercut
Diagnostics: An error or lint that needs small tweaks.
Diagnostics: An error or lint that needs small tweaks.
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
Issue: This issue has been reviewed and triaged by the Edition team.
L-false-positive
Lint: False positive (should not have fired).
Lint: False positive (should not have fired).
L-unsafe_op_in_unsafe_fn
Lint: unsafe_op_in_unsafe_fn
Lint: unsafe_op_in_unsafe_fn
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.
#132856
In rust-lang/rust;
·
ehuss
opened
on Nov 10, 2024
Confusing error around 2024 impl trait lifetime capture
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
Diagnostics: Confusing error or lint that should be reworked.
F-lifetime_capture_rules_2024
`#![feature(lifetime_capture_rules_2024)]`
`#![feature(lifetime_capture_rules_2024)]`
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
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.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#128113
In rust-lang/rust;
·
ehuss
opened
on Jul 23, 2024
You can’t perform that action at this time.