Implement async gen blocks
This commit is contained in:
@@ -139,6 +139,9 @@ symbols! {
|
||||
AssertParamIsClone,
|
||||
AssertParamIsCopy,
|
||||
AssertParamIsEq,
|
||||
AsyncGenFinished,
|
||||
AsyncGenPending,
|
||||
AsyncGenReady,
|
||||
AtomicBool,
|
||||
AtomicI128,
|
||||
AtomicI16,
|
||||
@@ -423,6 +426,7 @@ symbols! {
|
||||
async_closure,
|
||||
async_fn_in_trait,
|
||||
async_fn_track_caller,
|
||||
async_iterator,
|
||||
atomic,
|
||||
atomic_mod,
|
||||
atomics,
|
||||
@@ -1200,6 +1204,7 @@ symbols! {
|
||||
pointer,
|
||||
pointer_like,
|
||||
poll,
|
||||
poll_next,
|
||||
post_dash_lto: "post-lto",
|
||||
powerpc_target_feature,
|
||||
powf32,
|
||||
|
||||
Reference in New Issue
Block a user