@@ -129,9 +129,11 @@ symbols! {
129
129
Alignment ,
130
130
Any ,
131
131
Arc ,
132
+ ArcWeak ,
132
133
Argument ,
133
134
ArgumentMethods ,
134
135
Arguments ,
136
+ ArrayIntoIter ,
135
137
AsMut ,
136
138
AsRef ,
137
139
AssertParamIsClone ,
@@ -164,13 +166,15 @@ symbols! {
164
166
Capture ,
165
167
Center ,
166
168
Clone ,
169
+ Command ,
167
170
ConstParamTy ,
168
171
Context ,
169
172
Continue ,
170
173
Copy ,
171
174
Count ,
172
175
Cow ,
173
176
Debug ,
177
+ DebugStruct ,
174
178
Decodable ,
175
179
Decoder ,
176
180
DecorateLint ,
@@ -194,6 +198,8 @@ symbols! {
194
198
From ,
195
199
FromIterator ,
196
200
FromResidual ,
201
+ FsOpenOptions ,
202
+ FsPermissions ,
197
203
Future ,
198
204
FutureOutput ,
199
205
FxHashMap ,
@@ -207,16 +213,22 @@ symbols! {
207
213
Implied ,
208
214
IndexOutput ,
209
215
Input ,
216
+ Instant ,
210
217
Into ,
211
218
IntoDiagnostic ,
212
219
IntoFuture ,
213
220
IntoIterator ,
221
+ IoLines ,
214
222
IoRead ,
223
+ IoSeek ,
215
224
IoWrite ,
216
225
IpAddr ,
217
226
IrTyKind ,
218
227
Is ,
219
228
ItemContext ,
229
+ IterEmpty ,
230
+ IterOnce ,
231
+ IterPeekable ,
220
232
Iterator ,
221
233
IteratorItem ,
222
234
Layout ,
@@ -227,6 +239,7 @@ symbols! {
227
239
Mutex ,
228
240
MutexGuard ,
229
241
N ,
242
+ NonNull ,
230
243
NonZeroI128 ,
231
244
NonZeroI16 ,
232
245
NonZeroI32 ,
@@ -259,15 +272,19 @@ symbols! {
259
272
ProcMacro ,
260
273
ProceduralMasqueradeDummyType ,
261
274
Range ,
275
+ RangeBounds ,
262
276
RangeFrom ,
263
277
RangeFull ,
264
278
RangeInclusive ,
265
279
RangeTo ,
266
280
RangeToInclusive ,
267
281
Rc ,
282
+ RcWeak ,
268
283
Ready ,
269
284
Receiver ,
270
285
RefCell ,
286
+ RefCellRef ,
287
+ RefCellRefMut ,
271
288
Relaxed ,
272
289
Release ,
273
290
Result ,
@@ -284,6 +301,7 @@ symbols! {
284
301
Send ,
285
302
SeqCst ,
286
303
SliceIndex ,
304
+ SliceIter ,
287
305
Some ,
288
306
String ,
289
307
StructuralEq ,
@@ -493,6 +511,7 @@ symbols! {
493
511
clone,
494
512
clone_closures,
495
513
clone_from,
514
+ clone_method,
496
515
closure,
497
516
closure_lifetime_binder,
498
517
closure_to_fn_coercion,
@@ -561,6 +580,7 @@ symbols! {
561
580
constant,
562
581
constructor,
563
582
context,
583
+ convert_identity,
564
584
copy,
565
585
copy_closures,
566
586
copy_nonoverlapping,
@@ -583,6 +603,7 @@ symbols! {
583
603
crate_name,
584
604
crate_type,
585
605
crate_visibility_modifier,
606
+ create_dir,
586
607
crt_dash_static: "crt-static" ,
587
608
csky_target_feature,
588
609
cstring_type,
@@ -617,6 +638,7 @@ symbols! {
617
638
decode,
618
639
default_alloc_error_handler,
619
640
default_lib_allocator,
641
+ default_method,
620
642
default_method_body_is_const,
621
643
default_type_parameter_fallback,
622
644
default_type_params,
@@ -628,6 +650,7 @@ symbols! {
628
650
deref,
629
651
deref_method,
630
652
deref_mut,
653
+ deref_mut_method,
631
654
deref_target,
632
655
derive,
633
656
derive_const,
@@ -777,9 +800,11 @@ symbols! {
777
800
from_desugaring,
778
801
from_fn,
779
802
from_iter,
803
+ from_iterator_method,
780
804
from_output,
781
805
from_residual,
782
806
from_size_align_unchecked,
807
+ from_str_method,
783
808
from_usize,
784
809
from_yeet,
785
810
fsub_fast,
@@ -962,6 +987,7 @@ symbols! {
962
987
mem_replace,
963
988
mem_size_of,
964
989
mem_size_of_val,
990
+ mem_swap,
965
991
mem_uninitialized,
966
992
mem_variant_count,
967
993
mem_zeroed,
@@ -1091,6 +1117,7 @@ symbols! {
1091
1117
options,
1092
1118
or,
1093
1119
or_patterns,
1120
+ ord_cmp_method,
1094
1121
other,
1095
1122
out,
1096
1123
overflow_checks,
@@ -1172,13 +1199,18 @@ symbols! {
1172
1199
proc_macro_mod,
1173
1200
proc_macro_non_items,
1174
1201
proc_macro_path_invoc,
1202
+ process_exit,
1175
1203
profiler_builtins,
1176
1204
profiler_runtime,
1177
1205
ptr,
1178
1206
ptr_cast,
1179
1207
ptr_cast_const,
1180
1208
ptr_cast_mut,
1181
1209
ptr_const_is_null,
1210
+ ptr_copy,
1211
+ ptr_copy_nonoverlapping,
1212
+ ptr_drop_in_place,
1213
+ ptr_eq,
1182
1214
ptr_from_ref,
1183
1215
ptr_guaranteed_cmp,
1184
1216
ptr_is_null,
@@ -1187,8 +1219,19 @@ symbols! {
1187
1219
ptr_null_mut,
1188
1220
ptr_offset_from,
1189
1221
ptr_offset_from_unsigned,
1222
+ ptr_read,
1223
+ ptr_read_unaligned,
1224
+ ptr_read_volatile,
1225
+ ptr_replace,
1226
+ ptr_slice_from_raw_parts,
1227
+ ptr_slice_from_raw_parts_mut,
1228
+ ptr_swap,
1229
+ ptr_swap_nonoverlapping,
1230
+ ptr_unaligned_volatile_load,
1231
+ ptr_unaligned_volatile_store,
1190
1232
ptr_unique,
1191
1233
ptr_write,
1234
+ ptr_write_bytes,
1192
1235
ptr_write_unaligned,
1193
1236
ptr_write_volatile,
1194
1237
pub_macro_rules,
@@ -1477,6 +1520,8 @@ symbols! {
1477
1520
sized,
1478
1521
skip,
1479
1522
slice,
1523
+ slice_from_raw_parts,
1524
+ slice_from_raw_parts_mut,
1480
1525
slice_len_fn,
1481
1526
slice_patterns,
1482
1527
slicing_syntax,
@@ -1502,6 +1547,8 @@ symbols! {
1502
1547
std_panic,
1503
1548
std_panic_2015_macro,
1504
1549
std_panic_macro,
1550
+ stderr,
1551
+ stdout,
1505
1552
stmt,
1506
1553
stmt_expr_attributes,
1507
1554
stop_after_dataflow,
@@ -1564,7 +1611,9 @@ symbols! {
1564
1611
thumb2,
1565
1612
thumb_mode: "thumb-mode" ,
1566
1613
tmm_reg,
1614
+ to_owned_method,
1567
1615
to_string,
1616
+ to_string_method,
1568
1617
to_vec,
1569
1618
todo_macro,
1570
1619
tool_attributes,
@@ -1587,6 +1636,7 @@ symbols! {
1587
1636
try_blocks,
1588
1637
try_capture,
1589
1638
try_from,
1639
+ try_from_method,
1590
1640
try_into,
1591
1641
try_trait_v2,
1592
1642
tt,
0 commit comments