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
Tracking issue for enabling Area: Async & Await
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
-Zdrop-tracking
by default
A-async-await
#97331
opened May 23, 2022 by
eholk
2 tasks
Incorrect "implementation of Area: Async & Await
A-generators
Area: Generators
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Send
is not general enough" error with lifetimed Send
impl used in async fn
A-async-await
#96865
opened May 9, 2022 by
SabrinaJewson
Closure in async block fails to compile when it should, issues incorrect/misleading diagnostic
A-async-await
Area: Async & Await
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue needs a Minimal Complete and Verifiable Example
#96128
opened Apr 16, 2022 by
cdhowie
rebinding values in an async function can double the memory usage
A-async-await
Area: Async & Await
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
#96084
opened Apr 15, 2022 by
jkarneges
debuginfo: identify awaitee (via special name or other solution)
A-async-await
Area: Async & Await
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
#95521
opened Mar 31, 2022 by
pnkfelix
Confusing error message with borrows and dyn Error
A-async-await
Area: Async & Await
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lifetimes
Area: lifetime related
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#95404
opened Mar 28, 2022 by
insanitybit
ICE on "computing whether GenFuture<_> is Area: Async & Await
A-generators
Area: Generators
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Copy
"
A-async-await
#95034
opened Mar 17, 2022 by
aliemjay
Improve error message when trying to use Area: Async & Await
A-diagnostics
Area: Messages for errors, warnings, and lints
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
?
in an async block that does not return a FromResidual type
A-async-await
#94944
opened Mar 15, 2022 by
Heliozoa
generator_interior should be refactored to use ExprUseVisitor
A-async-await
Area: Async & Await
A-technical-debt
Area: Internal cleanup work
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
#94463
opened Feb 28, 2022 by
eholk
Drop tracking misses variables consumed in let statements
A-async-await
Area: Async & Await
A-generators
Area: Generators
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
#93674
opened Feb 5, 2022 by
tmiasko
Implementation of trait is not general enough when boxing future returning Area: Async & Await
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
<T as Foo<'a>>::Foo
A-async-await
#92415
opened Dec 29, 2021 by
ibraheemdev
Add Area: Async & Await
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Future::poll_once
A-async-await
#92116
opened Dec 20, 2021 by
ibraheemdev
Loading…
Duplicate error messages in async code
A-async-await
Area: Async & Await
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
#91463
opened Dec 2, 2021 by
eholk
must_not_suspend
should trigger for temporary in match expression (but does not)
A-async-await
#90937
opened Nov 16, 2021 by
qutesy
Problem with GATs, async, and Send-bounds
A-associated-items
Area: Associated items such as associated types and consts.
A-async-await
Area: Async & Await
A-lifetimes
Area: lifetime related
A-traits
Area: Trait system
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
GATs-triaged
Issues using the `generic_associated_types` feature that have been triaged
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#90696
opened Nov 8, 2021 by
JanBeh
Tracking Issue for poll.ready()?
A-async-await
Area: Async & Await
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#89780
opened Oct 11, 2021 by
dtolnay
1 of 3 tasks
New must_not_suspend lint triggers even when value has been moved
A-async-await
Area: Async & Await
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
#89562
opened Oct 5, 2021 by
jplatte
Moved value is considered as held across an Area: Async & Await
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
await
in async fn
A-async-await
#87309
opened Jul 20, 2021 by
WaffleLapkin
Confusing error: Immutable reference to future is not a future
A-async-await
Area: Async & Await
A-diagnostics
Area: Messages for errors, warnings, and lints
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
D-newcomer-roadblock
Confusing diagnostic error hard to understand for new users
D-papercut
Diagnostic error that needs small tweaks
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue is currently mentored.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#87211
opened Jul 17, 2021 by
Darksonn
Feature: Provide getters of data and vtable pointer for Area: Async & Await
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
RawWaker
?
A-async-await
#87021
opened Jul 10, 2021 by
oxalica
confusing "lifetime mismatch" error when spawning task
A-async-await
Area: Async & Await
A-diagnostics
Area: Messages for errors, warnings, and lints
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
D-confusing
Confusing diagnostic error that should be reworked
E-needs-mcve
Call for participation: This issue needs a Minimal Complete and Verifiable Example
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#86487
opened Jun 20, 2021 by
yoshuawuyts
Is this difference in lifetime elision for Area: Async & Await
A-impl-trait
Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch.
A-lifetimes
Area: lifetime related
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
impl Trait
arguments between async and non-async function intended?
A-async-await
#85417
opened May 17, 2021 by
LukasKalbertodt
Wrongly typing a collect with async streams causes confusing error messages alongside a cascade of unhelpful error messages
A-async-await
Area: Async & Await
A-diagnostics
Area: Messages for errors, warnings, and lints
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#85132
opened May 10, 2021 by
Frederik-Baetens
'static closures with non-'static return type are unsound
A-associated-items
Area: Associated items such as associated types and consts.
A-async-await
Area: Async & Await
A-closures
Area: closures (`|args| { .. }`)
A-lifetimes
Area: lifetime related
A-traits
Area: Trait system
A-typesystem
Area: The type system
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
P-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#84366
opened Apr 20, 2021 by
steffahn
Deref coercion does not work for some Area: Async & Await
A-coercions
Area: implicit and explicit `expr as Type` coercions
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
await
returned values
A-async-await
#83783
opened Apr 2, 2021 by
EFanZh
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.