@@ -169,6 +169,7 @@ symbols! {
169
169
Default ,
170
170
Deref ,
171
171
DirBuilder ,
172
+ Display ,
172
173
DoubleEndedIterator ,
173
174
Duration ,
174
175
Encodable ,
@@ -194,6 +195,7 @@ symbols! {
194
195
Hasher ,
195
196
Implied ,
196
197
Input ,
198
+ Into ,
197
199
IntoIterator ,
198
200
IoRead ,
199
201
IoWrite ,
@@ -204,6 +206,7 @@ symbols! {
204
206
Left ,
205
207
LinkedList ,
206
208
LintPass ,
209
+ Mutex ,
207
210
None ,
208
211
Ok ,
209
212
Option ,
@@ -219,6 +222,7 @@ symbols! {
219
222
PathBuf ,
220
223
Pending ,
221
224
Pin ,
225
+ Pointer ,
222
226
Poll ,
223
227
ProcMacro ,
224
228
ProcMacroHack ,
@@ -242,19 +246,23 @@ symbols! {
242
246
Send ,
243
247
SeqCst ,
244
248
Some ,
249
+ String ,
245
250
StructuralEq ,
246
251
StructuralPartialEq ,
247
252
Sync ,
248
253
Target ,
249
254
ToOwned ,
250
255
ToString ,
251
256
Try ,
257
+ TryFrom ,
258
+ TryInto ,
252
259
Ty ,
253
260
TyCtxt ,
254
261
TyKind ,
255
262
Unknown ,
256
263
UnsafeArg ,
257
264
Vec ,
265
+ VecDeque ,
258
266
Yield ,
259
267
_DECLS,
260
268
_Self,
@@ -507,7 +515,6 @@ symbols! {
507
515
debug_assert_macro,
508
516
debug_assertions,
509
517
debug_struct,
510
- debug_trait,
511
518
debug_trait_builder,
512
519
debug_tuple,
513
520
decl_macro,
@@ -653,7 +660,6 @@ symbols! {
653
660
from_output,
654
661
from_residual,
655
662
from_size_align_unchecked,
656
- from_trait,
657
663
from_usize,
658
664
fsub_fast,
659
665
fundamental,
@@ -676,8 +682,6 @@ symbols! {
676
682
gt,
677
683
half_open_range_patterns,
678
684
hash,
679
- hashmap_type,
680
- hashset_type,
681
685
hexagon_target_feature,
682
686
hidden,
683
687
homogeneous_aggregate,
@@ -722,7 +726,6 @@ symbols! {
722
726
instruction_set,
723
727
intel,
724
728
into_iter,
725
- into_trait,
726
729
intra_doc_pointers,
727
730
intrinsics,
728
731
irrefutable_let_patterns,
@@ -913,7 +916,6 @@ symbols! {
913
916
optin_builtin_traits,
914
917
option,
915
918
option_env,
916
- option_type,
917
919
options,
918
920
or,
919
921
or_patterns,
@@ -955,7 +957,6 @@ symbols! {
955
957
plugins,
956
958
pointee_trait,
957
959
pointer,
958
- pointer_trait,
959
960
pointer_trait_fmt,
960
961
poll,
961
962
position,
@@ -1051,7 +1052,6 @@ symbols! {
1051
1052
repr_transparent,
1052
1053
residual,
1053
1054
result,
1054
- result_type,
1055
1055
rhs,
1056
1056
rintf32,
1057
1057
rintf64,
@@ -1152,7 +1152,6 @@ symbols! {
1152
1152
self_in_typedefs,
1153
1153
self_struct_ctor,
1154
1154
semitransparent,
1155
- send_trait,
1156
1155
shl,
1157
1156
shl_assign,
1158
1157
should_panic,
@@ -1262,7 +1261,6 @@ symbols! {
1262
1261
store,
1263
1262
str ,
1264
1263
str_alloc,
1265
- string_type,
1266
1264
stringify,
1267
1265
struct_field_attributes,
1268
1266
struct_inherit,
@@ -1277,7 +1275,6 @@ symbols! {
1277
1275
suggestion,
1278
1276
sym,
1279
1277
sync,
1280
- sync_trait,
1281
1278
t32,
1282
1279
target_abi,
1283
1280
target_arch,
@@ -1323,9 +1320,7 @@ symbols! {
1323
1320
truncf64,
1324
1321
try_blocks,
1325
1322
try_from,
1326
- try_from_trait,
1327
1323
try_into,
1328
- try_into_trait,
1329
1324
try_trait_v2,
1330
1325
tt,
1331
1326
tuple,
@@ -1397,8 +1392,6 @@ symbols! {
1397
1392
var,
1398
1393
variant_count,
1399
1394
vec,
1400
- vec_type,
1401
- vecdeque_type,
1402
1395
version,
1403
1396
vis,
1404
1397
visible_private_types,
0 commit comments