@@ -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 ,
@@ -401,6 +402,8 @@ symbols! {
401
402
anon_adt,
402
403
anonymous_lifetime_in_impl_trait,
403
404
any,
405
+ apostrophe_a: "'a" ,
406
+ apostrophe_lifetime: "'lifetime" ,
404
407
append_const_msg,
405
408
arbitrary_enum_discriminant,
406
409
arbitrary_self_types,
@@ -439,6 +442,7 @@ symbols! {
439
442
associated_types,
440
443
assume,
441
444
assume_init,
445
+ asterisk: "*" ,
442
446
async_await,
443
447
async_call,
444
448
async_call_mut,
@@ -519,6 +523,7 @@ symbols! {
519
523
btreeset_iter,
520
524
builtin_syntax,
521
525
c,
526
+ c_dash_variadic,
522
527
c_str,
523
528
c_str_literals,
524
529
c_unwind,
@@ -703,6 +708,7 @@ symbols! {
703
708
custom_test_frameworks,
704
709
d,
705
710
d32,
711
+ dash_z_next_dash_solver_equals_globally: "-Znext-solver=globally" ,
706
712
dbg_macro,
707
713
dead_code,
708
714
dealloc,
@@ -921,6 +927,7 @@ symbols! {
921
927
fmuladdf32,
922
928
fmuladdf64,
923
929
fn_align,
930
+ fn_body,
924
931
fn_delegation,
925
932
fn_must_use,
926
933
fn_mut,
@@ -1176,6 +1183,8 @@ symbols! {
1176
1183
loongarch_target_feature,
1177
1184
loop_break_value,
1178
1185
lt,
1186
+ lt_const_underscore_ty_rt: "<const_ty>" ,
1187
+ lt_opaque_gt: "<opaque>" ,
1179
1188
macro_at_most_once_rep,
1180
1189
macro_attributes_in_derive_output,
1181
1190
macro_escape,
@@ -1558,6 +1567,7 @@ symbols! {
1558
1567
qreg_low8,
1559
1568
quad_precision_float,
1560
1569
question_mark,
1570
+ question_mark_question_mark_question_mark: "???" ,
1561
1571
quote,
1562
1572
range_inclusive_new,
1563
1573
raw_dylib,
@@ -1652,6 +1662,7 @@ symbols! {
1652
1662
rust_eh_catch_typeinfo,
1653
1663
rust_eh_personality,
1654
1664
rust_logo,
1665
+ rust_out,
1655
1666
rustc,
1656
1667
rustc_abi,
1657
1668
rustc_allocator,
@@ -1966,6 +1977,7 @@ symbols! {
1966
1977
test_removed_feature,
1967
1978
test_runner,
1968
1979
test_unstable_lint,
1980
+ this_space_crate: "this crate" ,
1969
1981
thread,
1970
1982
thread_local,
1971
1983
thread_local_macro,
@@ -2173,6 +2185,7 @@ symbols! {
2173
2185
wrapping_sub,
2174
2186
wreg,
2175
2187
write_bytes,
2188
+ write_fmt,
2176
2189
write_macro,
2177
2190
write_str,
2178
2191
write_via_move,
0 commit comments