@@ -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,
@@ -703,6 +709,7 @@ symbols! {
703
709
custom_test_frameworks,
704
710
d,
705
711
d32,
712
+ dash_z_next_dash_solver_equals_globally: "-Znext-solver=globally" ,
706
713
dbg_macro,
707
714
dead_code,
708
715
dealloc,
@@ -778,6 +785,7 @@ symbols! {
778
785
drop_types_in_const,
779
786
dropck_eyepatch,
780
787
dropck_parametricity,
788
+ dummy_cgu_name,
781
789
dylib,
782
790
dyn_compatible_for_dispatch,
783
791
dyn_metadata,
@@ -921,6 +929,7 @@ symbols! {
921
929
fmuladdf32,
922
930
fmuladdf64,
923
931
fn_align,
932
+ fn_body,
924
933
fn_delegation,
925
934
fn_must_use,
926
935
fn_mut,
@@ -961,6 +970,7 @@ symbols! {
961
970
fs_create_dir,
962
971
fsub_algebraic,
963
972
fsub_fast,
973
+ fsxr,
964
974
full,
965
975
fundamental,
966
976
fused_iterator,
@@ -1176,6 +1186,8 @@ symbols! {
1176
1186
loongarch_target_feature,
1177
1187
loop_break_value,
1178
1188
lt,
1189
+ lt_const_underscore_ty_rt: "<const_ty>" ,
1190
+ lt_opaque_gt: "<opaque>" ,
1179
1191
macro_at_most_once_rep,
1180
1192
macro_attributes_in_derive_output,
1181
1193
macro_escape,
@@ -1558,6 +1570,7 @@ symbols! {
1558
1570
qreg_low8,
1559
1571
quad_precision_float,
1560
1572
question_mark,
1573
+ question_mark_question_mark_question_mark: "???" ,
1561
1574
quote,
1562
1575
range_inclusive_new,
1563
1576
raw_dylib,
@@ -1652,6 +1665,7 @@ symbols! {
1652
1665
rust_eh_catch_typeinfo,
1653
1666
rust_eh_personality,
1654
1667
rust_logo,
1668
+ rust_out,
1655
1669
rustc,
1656
1670
rustc_abi,
1657
1671
rustc_allocator,
@@ -1774,6 +1788,8 @@ symbols! {
1774
1788
self_in_typedefs,
1775
1789
self_struct_ctor,
1776
1790
semitransparent,
1791
+ sha2,
1792
+ sha3,
1777
1793
sha512_sm_x86,
1778
1794
shadow_call_stack,
1779
1795
shallow,
@@ -1887,6 +1903,7 @@ symbols! {
1887
1903
sreg,
1888
1904
sreg_low16,
1889
1905
sse,
1906
+ sse2,
1890
1907
sse4a_target_feature,
1891
1908
stable,
1892
1909
staged_api,
@@ -1966,6 +1983,7 @@ symbols! {
1966
1983
test_removed_feature,
1967
1984
test_runner,
1968
1985
test_unstable_lint,
1986
+ this_space_crate: "this crate" ,
1969
1987
thread,
1970
1988
thread_local,
1971
1989
thread_local_macro,
@@ -2173,6 +2191,7 @@ symbols! {
2173
2191
wrapping_sub,
2174
2192
wreg,
2175
2193
write_bytes,
2194
+ write_fmt,
2176
2195
write_macro,
2177
2196
write_str,
2178
2197
write_via_move,
0 commit comments