@@ -297,6 +297,7 @@ symbols! {
297
297
Return ,
298
298
Right ,
299
299
Rust ,
300
+ RustaceansAreAwesome ,
300
301
RustcDecodable ,
301
302
RustcEncodable ,
302
303
RwLock ,
@@ -377,6 +378,7 @@ symbols! {
377
378
adt_const_params,
378
379
advanced_slice_patterns,
379
380
adx_target_feature,
381
+ aes,
380
382
aggregate_raw_ptr,
381
383
alias,
382
384
align,
@@ -401,6 +403,8 @@ symbols! {
401
403
anon_adt,
402
404
anonymous_lifetime_in_impl_trait,
403
405
any,
406
+ apostrophe_a: "'a" ,
407
+ apostrophe_lifetime: "'lifetime" ,
404
408
append_const_msg,
405
409
arbitrary_enum_discriminant,
406
410
arbitrary_self_types,
@@ -439,6 +443,7 @@ symbols! {
439
443
associated_types,
440
444
assume,
441
445
assume_init,
446
+ asterisk: "*" ,
442
447
async_await,
443
448
async_call,
444
449
async_call_mut,
@@ -519,6 +524,7 @@ symbols! {
519
524
btreeset_iter,
520
525
builtin_syntax,
521
526
c,
527
+ c_dash_variadic,
522
528
c_str,
523
529
c_str_literals,
524
530
c_unwind,
@@ -778,6 +784,7 @@ symbols! {
778
784
drop_types_in_const,
779
785
dropck_eyepatch,
780
786
dropck_parametricity,
787
+ dummy_cgu_name,
781
788
dylib,
782
789
dyn_compatible_for_dispatch,
783
790
dyn_metadata,
@@ -921,6 +928,7 @@ symbols! {
921
928
fmuladdf32,
922
929
fmuladdf64,
923
930
fn_align,
931
+ fn_body,
924
932
fn_delegation,
925
933
fn_must_use,
926
934
fn_mut,
@@ -961,6 +969,7 @@ symbols! {
961
969
fs_create_dir,
962
970
fsub_algebraic,
963
971
fsub_fast,
972
+ fsxr,
964
973
full,
965
974
fundamental,
966
975
fused_iterator,
@@ -1176,6 +1185,8 @@ symbols! {
1176
1185
loongarch_target_feature,
1177
1186
loop_break_value,
1178
1187
lt,
1188
+ lt_const_underscore_ty_rt: "<const_ty>" ,
1189
+ lt_opaque_gt: "<opaque>" ,
1179
1190
macro_at_most_once_rep,
1180
1191
macro_attributes_in_derive_output,
1181
1192
macro_escape,
@@ -1558,6 +1569,7 @@ symbols! {
1558
1569
qreg_low8,
1559
1570
quad_precision_float,
1560
1571
question_mark,
1572
+ question_mark_question_mark_question_mark: "???" ,
1561
1573
quote,
1562
1574
range_inclusive_new,
1563
1575
raw_dylib,
@@ -1652,6 +1664,7 @@ symbols! {
1652
1664
rust_eh_catch_typeinfo,
1653
1665
rust_eh_personality,
1654
1666
rust_logo,
1667
+ rust_out,
1655
1668
rustc,
1656
1669
rustc_abi,
1657
1670
rustc_allocator,
@@ -1774,6 +1787,8 @@ symbols! {
1774
1787
self_in_typedefs,
1775
1788
self_struct_ctor,
1776
1789
semitransparent,
1790
+ sha2,
1791
+ sha3,
1777
1792
sha512_sm_x86,
1778
1793
shadow_call_stack,
1779
1794
shallow,
@@ -1887,6 +1902,7 @@ symbols! {
1887
1902
sreg,
1888
1903
sreg_low16,
1889
1904
sse,
1905
+ sse2,
1890
1906
sse4a_target_feature,
1891
1907
stable,
1892
1908
staged_api,
@@ -1966,6 +1982,7 @@ symbols! {
1966
1982
test_removed_feature,
1967
1983
test_runner,
1968
1984
test_unstable_lint,
1985
+ this_space_crate: "this crate" ,
1969
1986
thread,
1970
1987
thread_local,
1971
1988
thread_local_macro,
@@ -2173,6 +2190,7 @@ symbols! {
2173
2190
wrapping_sub,
2174
2191
wreg,
2175
2192
write_bytes,
2193
+ write_fmt,
2176
2194
write_macro,
2177
2195
write_str,
2178
2196
write_via_move,
0 commit comments