@@ -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 ,
@@ -561,6 +579,7 @@ symbols! {
561
579
constant,
562
580
constructor,
563
581
context,
582
+ convert_identity,
564
583
copy,
565
584
copy_closures,
566
585
copy_nonoverlapping,
@@ -616,6 +635,7 @@ symbols! {
616
635
declare_lint_pass,
617
636
decode,
618
637
default_alloc_error_handler,
638
+ default_fn,
619
639
default_lib_allocator,
620
640
default_method_body_is_const,
621
641
default_type_parameter_fallback,
@@ -628,6 +648,7 @@ symbols! {
628
648
deref,
629
649
deref_method,
630
650
deref_mut,
651
+ deref_mut_method,
631
652
deref_target,
632
653
derive,
633
654
derive_const,
@@ -777,11 +798,14 @@ symbols! {
777
798
from_desugaring,
778
799
from_fn,
779
800
from_iter,
801
+ from_iter_fn,
780
802
from_output,
781
803
from_residual,
782
804
from_size_align_unchecked,
805
+ from_str_method,
783
806
from_usize,
784
807
from_yeet,
808
+ fs_create_dir,
785
809
fsub_fast,
786
810
fundamental,
787
811
future,
@@ -868,6 +892,10 @@ symbols! {
868
892
into_iter,
869
893
intra_doc_pointers,
870
894
intrinsics,
895
+ intrinsics_unaligned_volatile_load,
896
+ intrinsics_unaligned_volatile_store,
897
+ io_stderr,
898
+ io_stdout,
871
899
irrefutable_let_patterns,
872
900
isa_attribute,
873
901
isize ,
@@ -962,6 +990,7 @@ symbols! {
962
990
mem_replace,
963
991
mem_size_of,
964
992
mem_size_of_val,
993
+ mem_swap,
965
994
mem_uninitialized,
966
995
mem_variant_count,
967
996
mem_zeroed,
@@ -1091,6 +1120,7 @@ symbols! {
1091
1120
options,
1092
1121
or,
1093
1122
or_patterns,
1123
+ ord_cmp_method,
1094
1124
other,
1095
1125
out,
1096
1126
overflow_checks,
@@ -1171,13 +1201,18 @@ symbols! {
1171
1201
proc_macro_mod,
1172
1202
proc_macro_non_items,
1173
1203
proc_macro_path_invoc,
1204
+ process_exit,
1174
1205
profiler_builtins,
1175
1206
profiler_runtime,
1176
1207
ptr,
1177
1208
ptr_cast,
1178
1209
ptr_cast_const,
1179
1210
ptr_cast_mut,
1180
1211
ptr_const_is_null,
1212
+ ptr_copy,
1213
+ ptr_copy_nonoverlapping,
1214
+ ptr_drop_in_place,
1215
+ ptr_eq,
1181
1216
ptr_from_ref,
1182
1217
ptr_guaranteed_cmp,
1183
1218
ptr_is_null,
@@ -1186,8 +1221,17 @@ symbols! {
1186
1221
ptr_null_mut,
1187
1222
ptr_offset_from,
1188
1223
ptr_offset_from_unsigned,
1224
+ ptr_read,
1225
+ ptr_read_unaligned,
1226
+ ptr_read_volatile,
1227
+ ptr_replace,
1228
+ ptr_slice_from_raw_parts,
1229
+ ptr_slice_from_raw_parts_mut,
1230
+ ptr_swap,
1231
+ ptr_swap_nonoverlapping,
1189
1232
ptr_unique,
1190
1233
ptr_write,
1234
+ ptr_write_bytes,
1191
1235
ptr_write_unaligned,
1192
1236
ptr_write_volatile,
1193
1237
pub_macro_rules,
@@ -1478,6 +1522,8 @@ symbols! {
1478
1522
sized,
1479
1523
skip,
1480
1524
slice,
1525
+ slice_from_raw_parts,
1526
+ slice_from_raw_parts_mut,
1481
1527
slice_len_fn,
1482
1528
slice_patterns,
1483
1529
slicing_syntax,
@@ -1565,7 +1611,9 @@ symbols! {
1565
1611
thumb2,
1566
1612
thumb_mode: "thumb-mode" ,
1567
1613
tmm_reg,
1614
+ to_owned_method,
1568
1615
to_string,
1616
+ to_string_method,
1569
1617
to_vec,
1570
1618
todo_macro,
1571
1619
tool_attributes,
@@ -1588,6 +1636,7 @@ symbols! {
1588
1636
try_blocks,
1589
1637
try_capture,
1590
1638
try_from,
1639
+ try_from_fn,
1591
1640
try_into,
1592
1641
try_trait_v2,
1593
1642
tt,
0 commit comments