about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-11-28 18:18:19 +0000
committerMichael Goulet <michael@errs.io>2023-12-08 17:23:25 +0000
commit96bb542a3171a7cbf23cac45d4b9adc7b05b5317 (patch)
treed81cab5d5a1e0c24ccb2fa687c06ee6cd099c1b9 /compiler/rustc_span/src
parenta0cbc168c9933663a714864b62f332386bcd1a0a (diff)
downloadrust-96bb542a3171a7cbf23cac45d4b9adc7b05b5317.tar.gz
rust-96bb542a3171a7cbf23cac45d4b9adc7b05b5317.zip
Implement `async gen` blocks
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 5c1e703837a..7b9b7b85293 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -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,