@@ -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_iterator_method,
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,
@@ -1172,13 +1202,18 @@ symbols! {
1172
1202
proc_macro_mod,
1173
1203
proc_macro_non_items,
1174
1204
proc_macro_path_invoc,
1205
+ process_exit,
1175
1206
profiler_builtins,
1176
1207
profiler_runtime,
1177
1208
ptr,
1178
1209
ptr_cast,
1179
1210
ptr_cast_const,
1180
1211
ptr_cast_mut,
1181
1212
ptr_const_is_null,
1213
+ ptr_copy,
1214
+ ptr_copy_nonoverlapping,
1215
+ ptr_drop_in_place,
1216
+ ptr_eq,
1182
1217
ptr_from_ref,
1183
1218
ptr_guaranteed_cmp,
1184
1219
ptr_is_null,
@@ -1187,8 +1222,17 @@ symbols! {
1187
1222
ptr_null_mut,
1188
1223
ptr_offset_from,
1189
1224
ptr_offset_from_unsigned,
1225
+ ptr_read,
1226
+ ptr_read_unaligned,
1227
+ ptr_read_volatile,
1228
+ ptr_replace,
1229
+ ptr_slice_from_raw_parts,
1230
+ ptr_slice_from_raw_parts_mut,
1231
+ ptr_swap,
1232
+ ptr_swap_nonoverlapping,
1190
1233
ptr_unique,
1191
1234
ptr_write,
1235
+ ptr_write_bytes,
1192
1236
ptr_write_unaligned,
1193
1237
ptr_write_volatile,
1194
1238
pub_macro_rules,
@@ -1477,6 +1521,8 @@ symbols! {
1477
1521
sized,
1478
1522
skip,
1479
1523
slice,
1524
+ slice_from_raw_parts,
1525
+ slice_from_raw_parts_mut,
1480
1526
slice_len_fn,
1481
1527
slice_patterns,
1482
1528
slicing_syntax,
@@ -1564,7 +1610,9 @@ symbols! {
1564
1610
thumb2,
1565
1611
thumb_mode: "thumb-mode" ,
1566
1612
tmm_reg,
1613
+ to_owned_method,
1567
1614
to_string,
1615
+ to_string_method,
1568
1616
to_vec,
1569
1617
todo_macro,
1570
1618
tool_attributes,
@@ -1587,6 +1635,7 @@ symbols! {
1587
1635
try_blocks,
1588
1636
try_capture,
1589
1637
try_from,
1638
+ try_from_fn,
1590
1639
try_into,
1591
1640
try_trait_v2,
1592
1641
tt,
0 commit comments