Loading...
Async Await Triage 2019.02.20
Issue list
https://github.com/rust-lang/rust/labels/A-async-await
Current:
https://github.com/rust-lang/rust/issues/51933
Categories
Must fix before stabilize
https://github.com/rust-lang/rust/issues/57640
— Resolve await syntax
https://github.com/rust-lang/rust/issues/57084
—
ICE around debruijn indices:
https://github.com/rust-lang/rust/issues/53989
https://github.com/rust-lang/rust/issues/56651
inappropriate yield — ought to be an error regardless
https://github.com/rust-lang/rust/issues/54716
—
would change semantics of existing code if we should alter it
needs decision
also consider
_
patterns
https://github.com/rust-lang/rust/issues/58652
should disallow async fn
UX Higher Priority
https://github.com/rust-lang/rust/issues/51751
reference to yield outside of generator
UX
“Annoyances”
— not
must fix
https://github.com/rust-lang/rust/issues/54326
—
seems bad but not burning problem
https://github.com/rust-lang/rust/issues/53714
—
would be nice to suggest switching to 2018 but not a
blocker
Needs investigation
https://github.com/rust-lang/rust/issues/55809
— infinite cycle
https://github.com/rust-lang/rust/issues/57017
—
unclear if this is something we can fix
“easily”
enough through NLL?
symptom of a larger problem where lifetimes of intermediates becomes more visible
seems worth
investigating
but the general problem is not solveable
I suspect the problem is caused by a
“first
approximation” of what we
may
capture
https://github.com/rust-lang/rust/issues/57478
https://github.com/rust-lang/rust/issues/54974
probably not too hard to fix, but seems
“just
wrong”
needs someone to look at it
https://github.com/rust-lang/rust/issues/53259
dyn Send
: dyn Send
https://github.com/rust-lang/rust/issues/53548
for<
'
r> (
'
r:
'
static)
..?
https://github.com/rust-lang/rust/issues/51353
ICE around debruijn indices
Unsure
https://github.com/rust-lang/rust/issues/56974
— TLS problem
https://github.com/rust-lang/rust/issues/56767
blocked on generator arguments?
https://github.com/rust-lang/rust/issues/56238
related to the requirement to use
Captures<'tcx>
and deal with the hidden lifetimes in impl trait situation
Please turn on JavaScript to use Paper in all of its awesomeness. ^_^
Issue list
Categories
https://github.com/rust-lang/rust/issues/51353ICE around debruijn indices