Teach typeck/borrowck/solvers how to deal with async closures
This commit is contained in:
parent
c567eddec2
commit
a82bae2172
35 changed files with 1221 additions and 66 deletions
|
@ -167,6 +167,9 @@ symbols! {
|
|||
Break,
|
||||
C,
|
||||
CStr,
|
||||
CallFuture,
|
||||
CallMutFuture,
|
||||
CallOnceFuture,
|
||||
Capture,
|
||||
Center,
|
||||
Cleanup,
|
||||
|
@ -420,6 +423,7 @@ symbols! {
|
|||
async_closure,
|
||||
async_fn,
|
||||
async_fn_in_trait,
|
||||
async_fn_kind_helper,
|
||||
async_fn_mut,
|
||||
async_fn_once,
|
||||
async_fn_track_caller,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue