1
Fork 0

Desugar for await loops

This commit is contained in:
Eric Holk 2023-12-08 17:00:11 -08:00
parent 27d6539a46
commit 97df0d3657
No known key found for this signature in database
GPG key ID: 8EA6B43ED4CE0911
8 changed files with 125 additions and 30 deletions

View file

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