-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Unexpected partial move in async move block for Copy field
A-edition-2021
Area: The 2021 edition
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
D-edition
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.
#120981
opened Feb 12, 2024 by
jwilm
Unexpected partial move in closure for Area: The 2021 edition
C-bug
Category: This is a bug.
Copy
field
A-edition-2021
#108808
opened Mar 6, 2023 by
wenym1
"captured variable cannot escape Area: Messages for errors, warnings, and lints
A-edition-2021
Area: The 2021 edition
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
FnMut
closure body" doesn't say which variable escapes
A-diagnostics
#106438
opened Jan 4, 2023 by
jyn514
Migrate all rust-lang code to edition 2021
A-edition-2021
Area: The 2021 edition
#98992
opened Jul 6, 2022 by
est31
Suggest 2021 edition upgrade on attempt to use disjoint capture
A-closures
Area: Closures (`|…| { … }`)
A-diagnostics
Area: Messages for errors, warnings, and lints
A-edition-2021
Area: The 2021 edition
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#90157
opened Oct 22, 2021 by
jruderman
Performance pitfall and regression around closures in Rust 2021
A-closures
Area: Closures (`|…| { … }`)
A-edition-2021
Area: The 2021 edition
C-bug
Category: This is a bug.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
P-medium
Medium priority
#89470
opened Oct 2, 2021 by
CryZe
missing rust_2021_incompatible_closure_captures with async block boxed future thingy
A-closures
Area: Closures (`|…| { … }`)
A-diagnostics
Area: Messages for errors, warnings, and lints
A-edition-2021
Area: The 2021 edition
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#88444
opened Aug 28, 2021 by
ehuss
2021 disjoint capture suggestion breaks macro_rules macro
A-closures
Area: Closures (`|…| { … }`)
A-edition-2021
Area: The 2021 edition
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
#88440
opened Aug 28, 2021 by
ehuss
non_fmt_panic warns on 2021 for external macros
A-edition-2021
Area: The 2021 edition
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
#88142
opened Aug 18, 2021 by
ehuss
closure capture migrations do not note when move is now required
A-closures
Area: Closures (`|…| { … }`)
A-edition-2021
Area: The 2021 edition
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#88114
opened Aug 17, 2021 by
m-ou-se
Invalid Area: The 2021 edition
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
dyn
suggestions
A-edition-2021
#88113
opened Aug 17, 2021 by
m-ou-se
document and test the precise span that triggers edition-dependent behavior
A-edition-2021
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#86539
opened Jun 22, 2021 by
nikomatsakis
Tracking Issue for edition-dependent IntoIterator for arrays
A-array
Area: `[T; N]`
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-edition-2021
Area: The 2021 edition
A-iterators
Area: Iterators
C-tracking-issue
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.
#84513
opened Apr 24, 2021 by
m-ou-se
24 of 28 tasks
ProTip!
Mix and match filters to narrow down what you’re looking for.