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
is:open is:issue label:A-edition-2021
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
911
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
:
A-edition-2021
is:open is:issue label:A-edition-2021
Search
Labels
Milestones
New issue
Search results
Open
Closed
MIR debuginfo: Capture by value contains additional dereference with <code>--edition 2021</code>
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-edition-2021
Area: The 2021 edition
Area: The 2021 edition
A-edition-2024
Area: The 2024 edition
Area: The 2024 edition
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
C-bug
Category: This is a bug.
Category: This is a bug.
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.
#136486
In rust-lang/rust;
·
prusovak2
opened
on Feb 3, 2025
Unexpected partial move in async move block for Copy field
A-edition-2021
Area: The 2021 edition
Area: The 2021 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.
D-edition
Diagnostics: An error or lint that should account for edition differences.
Diagnostics: An error or lint that should account for edition differences.
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.
#120981
In rust-lang/rust;
·
jwilm
opened
on Feb 12, 2024
Unexpected partial move in closure for <code>Copy</code> field
A-edition-2021
Area: The 2021 edition
Area: The 2021 edition
C-bug
Category: This is a bug.
Category: This is a bug.
Status: Open.
#108808
In rust-lang/rust;
·
wenym1
opened
on Mar 6, 2023
"captured variable cannot escape <code>FnMut</code> closure body" doesn't say which variable escapes
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-edition-2021
Area: The 2021 edition
Area: The 2021 edition
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.
#106438
In rust-lang/rust;
·
jyn514
opened
on Jan 4, 2023
Suggest 2021 edition upgrade on attempt to use disjoint capture
A-closures
Area: Closures (`|…| { … }`)
Area: Closures (`|…| { … }`)
A-diagnostics
Area: Messages for errors, warnings, and lints
Area: Messages for errors, warnings, and lints
A-edition-2021
Area: The 2021 edition
Area: The 2021 edition
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.
#90157
In rust-lang/rust;
·
jruderman
opened
on Oct 22, 2021
Performance pitfall and regression around closures in Rust 2021
A-closures
Area: Closures (`|…| { … }`)
Area: Closures (`|…| { … }`)
A-edition-2021
Area: The 2021 edition
Area: The 2021 edition
C-bug
Category: This is a bug.
Category: This is a bug.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
Issue: Problems and improvements with respect to performance of generated code.
P-medium
Medium priority
Medium priority
Status: Open.
#89470
In rust-lang/rust;
·
CryZe
opened
on Oct 2, 2021
2021 disjoint capture suggestion breaks macro_rules macro
A-closures
Area: Closures (`|…| { … }`)
Area: Closures (`|…| { … }`)
A-edition-2021
Area: The 2021 edition
Area: The 2021 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-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
Status: Open.
#88440
In rust-lang/rust;
·
ehuss
opened
on Aug 28, 2021
non_fmt_panic warns on 2021 for external macros
A-edition-2021
Area: The 2021 edition
Area: The 2021 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.
Status: Open.
#88142
In rust-lang/rust;
·
ehuss
opened
on Aug 18, 2021
closure capture migrations do not note when move is now required
A-closures
Area: Closures (`|…| { … }`)
Area: Closures (`|…| { … }`)
A-edition-2021
Area: The 2021 edition
Area: The 2021 edition
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.
#88114
In rust-lang/rust;
·
m-ou-se
opened
on Aug 17, 2021
Invalid <code>dyn</code> suggestions
A-edition-2021
Area: The 2021 edition
Area: The 2021 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-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
Diagnostics: A structured suggestion resulting in incorrect code.
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.
#88113
In rust-lang/rust;
·
m-ou-se
opened
on Aug 17, 2021
document and test the precise span that triggers edition-dependent behavior
A-edition-2021
Area: The 2021 edition
Area: The 2021 edition
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
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.
#86539
In rust-lang/rust;
·
nikomatsakis
opened
on Jun 22, 2021
Tracking Issue for edition-dependent IntoIterator for arrays
A-array
Area: `[T; N]`
Area: `[T; N]`
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-edition-2021
Area: The 2021 edition
Area: The 2021 edition
A-iterators
Area: Iterators
Area: Iterators
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#84513
In rust-lang/rust;
·
m-ou-se
opened
on Apr 24, 2021
You can’t perform that action at this time.