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.rs29
1 files changed, 29 insertions, 0 deletions
diff --git a/crates/intern/src/symbol/symbols.rs b/crates/intern/src/symbol/symbols.rs
index 064335471e..04c70e4fae 100644
--- a/crates/intern/src/symbol/symbols.rs
+++ b/crates/intern/src/symbol/symbols.rs
@@ -56,6 +56,10 @@ macro_rules! define_symbols {
define_symbols! {
@WITH_NAME:
+ __empty = "",
+ unsafe_ = "unsafe",
+ in_ = "in",
+ super_ = "super",
self_ = "self",
Self_ = "Self",
tick_static = "'static",
@@ -78,16 +82,27 @@ define_symbols! {
INTEGER_14 = "14",
INTEGER_15 = "15",
fn_ = "fn",
+ crate_ = "crate",
+ underscore = "_",
+ true_ = "true",
+ false_ = "false",
+ let_ = "let",
+ const_ = "const",
@PLAIN:
+ __ra_fixup,
add_assign,
add,
align_offset,
+ align,
+ all,
alloc_layout,
alloc,
+ any,
as_str,
asm,
assert,
+ attributes,
begin_panic,
bench,
bitand_assign,
@@ -103,6 +118,7 @@ define_symbols! {
branch,
Break,
c_void,
+ C,
call_mut,
call_once,
call,
@@ -131,8 +147,10 @@ define_symbols! {
core,
coroutine_state,
coroutine,
+ count,
crate_type,
CStr,
+ debug_assertions,
Debug,
default,
Default,
@@ -157,6 +175,7 @@ define_symbols! {
Eq,
Err,
exchange_malloc,
+ exhaustive_patterns,
f128,
f16,
f32,
@@ -193,11 +212,13 @@ define_symbols! {
global_asm,
gt,
Hash,
+ hidden,
i128,
i16,
i32,
i64,
i8,
+ ignore,
Implied,
include_bytes,
include_str,
@@ -222,12 +243,16 @@ define_symbols! {
len,
line,
llvm_asm,
+ local_inner_macros,
log_syntax,
lt,
macro_rules,
manually_drop,
maybe_uninit,
metadata_type,
+ min_exhaustive_patterns,
+ miri,
+ missing,
module_path,
mul_assign,
mul,
@@ -253,6 +278,7 @@ define_symbols! {
None,
not,
Not,
+ notable_trait,
Ok,
opaque,
ops,
@@ -262,6 +288,7 @@ define_symbols! {
Ord,
Output,
owned_box,
+ packed,
panic_2015,
panic_2021,
panic_bounds_check,
@@ -310,6 +337,7 @@ define_symbols! {
rust_2018,
rust_2021,
rust_2024,
+ rust_analyzer,
rustc_coherence_is_core,
rustc_macro_transparency,
semitransparent,
@@ -317,6 +345,7 @@ define_symbols! {
shl,
shr_assign,
shr,
+ simd,
sized,
slice_len_fn,
Some,