This is the tracking issue for RFC 2394 (rust-lang/rfcs#2394), which adds async and await syntax to the language.
I will be spearheading the implementation work of this RFC, but would appreciate mentorship as I have relatively little experience working in rustc.
TODO:
Unresolved questions:
This is the tracking issue for RFC 2394 (rust-lang/rfcs#2394), which adds async and await syntax to the language.
I will be spearheading the implementation work of this RFC, but would appreciate mentorship as I have relatively little experience working in rustc.
TODO:
async_awaitin Rust 1.39.0 #63209Unresolved questions:
await.for<'r> 'r : 'staticis not satisfied” with'staticacross await point #53548 (initially “expected bound lifetime parameter, found concrete lifetime” with'staticacross await point futures-rs#1199)Tryimplementations to which we want to commit