Teach typeck/borrowck/solvers how to deal with async closures

This commit is contained in:
Michael Goulet
2024-01-24 22:27:25 +00:00
parent c567eddec2
commit a82bae2172
35 changed files with 1221 additions and 66 deletions

View File

@@ -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,