Teach typeck/borrowck/solvers how to deal with async closures
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user