Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
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: index out of bounds: the len is 12 but the index is 13 C-bug 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.
#134335 opened Dec 15, 2024 by matthiaskrgr
Invalid suggestion for AsyncFnOnce trait object A-diagnostics 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.
#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.
#133596 opened Nov 28, 2024 by rustbot
3 tasks
1.85.0
dyn AsyncFn generates many independent errors A-diagnostics Area: Messages for errors, warnings, and lints A-trait-objects Area: trait objects, vtable layout D-verbose Diagnostics: Too much output caused by a single piece of incorrect code. F-async_closure `#![feature(async_closure)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132713 opened Nov 6, 2024 by cramertj
rustdoc: support for async Fn* trait bounds C-bug 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.
#127227 opened Jul 1, 2024 by fmease
Investigate getting rid of the AsyncFn* family of traits in favor of LendingFn* 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. F-async_closure `#![feature(async_closure)]` T-types Relevant to the types team, which will review and decide on the PR/issue.
#120694 opened Feb 6, 2024 by compiler-errors
ProTip! What’s not been updated in a month: updated:<2024-12-16.