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.rs10
1 files changed, 9 insertions, 1 deletions
diff --git a/crates/intern/src/symbol/symbols.rs b/crates/intern/src/symbol/symbols.rs
index 865518fe94..1120d3c7d6 100644
--- a/crates/intern/src/symbol/symbols.rs
+++ b/crates/intern/src/symbol/symbols.rs
@@ -80,6 +80,7 @@ define_symbols! {
self_ = "self",
Self_ = "Self",
tick_static = "'static",
+ tick_underscore = "'_",
dollar_crate = "$crate",
MISSING_NAME = "[missing name]",
fn_ = "fn",
@@ -99,7 +100,6 @@ define_symbols! {
cdecl_dash_unwind = "cdecl-unwind",
fastcall_dash_unwind = "fastcall-unwind",
msp430_dash_interrupt = "msp430-interrupt",
- platform_dash_intrinsic = "platform-intrinsic",
ptx_dash_kernel = "ptx-kernel",
riscv_dash_interrupt_dash_m = "riscv-interrupt-m",
riscv_dash_interrupt_dash_s = "riscv-interrupt-s",
@@ -150,6 +150,9 @@ define_symbols! {
C,
call_mut,
call_once,
+ async_call_once,
+ async_call_mut,
+ async_call,
call,
cdecl,
Center,
@@ -221,6 +224,9 @@ define_symbols! {
fn_mut,
fn_once_output,
fn_once,
+ async_fn_once,
+ async_fn_mut,
+ async_fn,
fn_ptr_addr,
fn_ptr_trait,
format_alignment,
@@ -334,6 +340,8 @@ define_symbols! {
Option,
Ord,
Output,
+ CallRefFuture,
+ CallOnceFuture,
owned_box,
packed,
panic_2015,