Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/intern/src/symbol/symbols.rs')
-rw-r--r--crates/intern/src/symbol/symbols.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/intern/src/symbol/symbols.rs b/crates/intern/src/symbol/symbols.rs
index 4780743c4d..1db4f8ecd6 100644
--- a/crates/intern/src/symbol/symbols.rs
+++ b/crates/intern/src/symbol/symbols.rs
@@ -178,6 +178,8 @@ define_symbols! {
core,
coroutine_state,
coroutine,
+ coroutine_return,
+ coroutine_yield,
count,
crate_type,
CStr,
@@ -226,6 +228,8 @@ define_symbols! {
async_fn_once_output,
async_fn_mut,
async_fn,
+ call_ref_future,
+ call_once_future,
fn_ptr_addr,
fn_ptr_trait,
format_alignment,
@@ -416,6 +420,7 @@ define_symbols! {
rustc_allow_incoherent_impl,
rustc_builtin_macro,
rustc_coherence_is_core,
+ rustc_coinductive,
rustc_const_panic_str,
rustc_deallocator,
rustc_deprecated_safe_2024,
@@ -432,6 +437,7 @@ define_symbols! {
rustc_safe_intrinsic,
rustc_skip_array_during_method_dispatch,
rustc_skip_during_method_dispatch,
+ rustc_force_inline,
semitransparent,
shl_assign,
shl,