-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
parallel rustc: async closures not reproducible
A-async-closures
`async || {}`
A-parallel-compiler
Area: parallel compiler
A-reproducibility
Area: Reproducible / deterministic builds
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140425
opened Apr 29, 2025 by
matthiaskrgr
async closure does not implement
FnMut
because it captures state from its environment
for async move
closures capturing copyable values, while closures returning async move
blocks work fine
A-async-closures
#140403
opened Apr 28, 2025 by
ProbstDJakob
[async closure] implementation of `async || {}`
A-auto-traits
Area: auto traits (e.g., `auto trait Send {}`)
A-concurrency
Area: Concurrency
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
Send
is not general enough using tokio channel
A-async-closures
#139475
opened Apr 7, 2025 by
Banyc
AsyncFnOnce(…)
and FnOnce<(…), Output : Future>
are not equivalent
A-async-closures
#139173
opened Mar 31, 2025 by
danielhenrymantilla
async closure argument type inference error has wrong span
A-async-closures
`async || {}`
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#139150
opened Mar 30, 2025 by
cyrgani
Compiler error "implementation of Send is not general enough" when using static lifetime reference with async closure
A-async-closures
`async || {}`
A-lifetimes
Area: Lifetimes / regions
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138494
opened Mar 14, 2025 by
zhuerzhuer
Can't compile the use of `async || {}`
A-diagnostics
Area: Messages for errors, warnings, and lints
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
impl AsyncFn
within a spawned thread
A-async-closures
#138207
opened Mar 8, 2025 by
jephthia
Type inference issue with `async || {}`
C-bug
Category: This is a bug.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
|| async {}
closure in AsyncFn
A-async-closures
#136696
opened Feb 7, 2025 by
ThriceCola
Higher ranked lifetime error when checking auto traits of async functions containing calls to async closures which capture a local
A-async-closures
`async || {}`
A-auto-traits
Area: auto traits (e.g., `auto trait Send {}`)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134997
opened Jan 1, 2025 by
jdonszelmann
Invalid suggestion for `async || {}`
A-diagnostics
Area: Messages for errors, warnings, and lints
A-dyn-trait
Area: trait objects, vtable layout
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
AsyncFnOnce
trait object
A-async-closures
#134182
opened Dec 11, 2024 by
ehuss
dyn AsyncFn
generates many independent errors
A-async-closures
#132713
opened Nov 6, 2024 by
cramertj
rustdoc: support for `async || {}`
C-bug
Category: This is a bug.
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
A-async-closures
#127227
opened Jul 1, 2024 by
fmease
Investigate getting rid of the `async || {}`
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
AsyncFn*
family of traits in favor of LendingFn*
A-async-closures
#120694
opened Feb 6, 2024 by
compiler-errors
ProTip!
Mix and match filters to narrow down what you’re looking for.