Desugar for await loops
This commit is contained in:
parent
27d6539a46
commit
97df0d3657
8 changed files with 125 additions and 30 deletions
|
@ -428,6 +428,7 @@ symbols! {
|
|||
async_fn_track_caller,
|
||||
async_for_loop,
|
||||
async_iterator,
|
||||
async_iterator_poll_next,
|
||||
atomic,
|
||||
atomic_mod,
|
||||
atomics,
|
||||
|
@ -894,6 +895,7 @@ symbols! {
|
|||
instruction_set,
|
||||
integer_: "integer", // underscore to avoid clashing with the function `sym::integer` below
|
||||
integral,
|
||||
into_async_iter_into_iter,
|
||||
into_future,
|
||||
into_iter,
|
||||
intra_doc_pointers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue