-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Higher ranked lifetime error when checking auto traits of async functions containing calls to async closures which capture a local
A-auto-traits
Area: auto traits (e.g., `auto trait Send {}`)
C-bug
Category: This is a bug.
F-async_closure
`#![feature(async_closure)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134997
opened Jan 1, 2025 by
jdonszelmann
ICE: Category: This is a bug.
F-async_closure
`#![feature(async_closure)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
index out of bounds: the len is 12 but the index is 13
C-bug
#134335
opened Dec 15, 2024 by
matthiaskrgr
Invalid suggestion for Area: Messages for errors, warnings, and lints
A-trait-objects
Area: trait objects, vtable layout
F-async_closure
`#![feature(async_closure)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
AsyncFnOnce
trait object
A-diagnostics
#134182
opened Dec 11, 2024 by
ehuss
Tracking issue for release notes of #132706: Stabilize async closures (RFC 3668)
A-async-await
Area: Async & Await
F-async_closure
`#![feature(async_closure)]`
relnotes
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.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
dyn AsyncFn
generates many independent errors
A-diagnostics
#132713
opened Nov 6, 2024 by
cramertj
rustdoc: support for Category: This is a bug.
F-async_closure
`#![feature(async_closure)]`
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
async Fn*
trait bounds
C-bug
#127227
opened Jul 1, 2024 by
fmease
Investigate getting rid of the Category: PRs that clean code up or issues documenting cleanup.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
F-async_closure
`#![feature(async_closure)]`
T-types
Relevant to the types team, which will review and decide on the PR/issue.
AsyncFn*
family of traits in favor of LendingFn*
C-cleanup
#120694
opened Feb 6, 2024 by
compiler-errors
ProTip!
What’s not been updated in a month: updated:<2024-12-16.