@@ -169,6 +169,7 @@ symbols! {
169169 Default ,
170170 Deref ,
171171 DirBuilder ,
172+ Display ,
172173 DoubleEndedIterator ,
173174 Duration ,
174175 Encodable ,
@@ -194,6 +195,7 @@ symbols! {
194195 Hasher ,
195196 Implied ,
196197 Input ,
198+ Into ,
197199 IntoIterator ,
198200 IoRead ,
199201 IoWrite ,
@@ -204,6 +206,7 @@ symbols! {
204206 Left ,
205207 LinkedList ,
206208 LintPass ,
209+ Mutex ,
207210 None ,
208211 Ok ,
209212 Option ,
@@ -219,6 +222,7 @@ symbols! {
219222 PathBuf ,
220223 Pending ,
221224 Pin ,
225+ Pointer ,
222226 Poll ,
223227 ProcMacro ,
224228 ProcMacroHack ,
@@ -242,19 +246,23 @@ symbols! {
242246 Send ,
243247 SeqCst ,
244248 Some ,
249+ String ,
245250 StructuralEq ,
246251 StructuralPartialEq ,
247252 Sync ,
248253 Target ,
249254 ToOwned ,
250255 ToString ,
251256 Try ,
257+ TryFrom ,
258+ TryInto ,
252259 Ty ,
253260 TyCtxt ,
254261 TyKind ,
255262 Unknown ,
256263 UnsafeArg ,
257264 Vec ,
265+ VecDeque ,
258266 Yield ,
259267 _DECLS,
260268 _Self,
@@ -507,7 +515,6 @@ symbols! {
507515 debug_assert_macro,
508516 debug_assertions,
509517 debug_struct,
510- debug_trait,
511518 debug_trait_builder,
512519 debug_tuple,
513520 decl_macro,
@@ -653,7 +660,6 @@ symbols! {
653660 from_output,
654661 from_residual,
655662 from_size_align_unchecked,
656- from_trait,
657663 from_usize,
658664 fsub_fast,
659665 fundamental,
@@ -676,8 +682,6 @@ symbols! {
676682 gt,
677683 half_open_range_patterns,
678684 hash,
679- hashmap_type,
680- hashset_type,
681685 hexagon_target_feature,
682686 hidden,
683687 homogeneous_aggregate,
@@ -722,7 +726,6 @@ symbols! {
722726 instruction_set,
723727 intel,
724728 into_iter,
725- into_trait,
726729 intra_doc_pointers,
727730 intrinsics,
728731 irrefutable_let_patterns,
@@ -913,7 +916,6 @@ symbols! {
913916 optin_builtin_traits,
914917 option,
915918 option_env,
916- option_type,
917919 options,
918920 or,
919921 or_patterns,
@@ -955,7 +957,6 @@ symbols! {
955957 plugins,
956958 pointee_trait,
957959 pointer,
958- pointer_trait,
959960 pointer_trait_fmt,
960961 poll,
961962 position,
@@ -1051,7 +1052,6 @@ symbols! {
10511052 repr_transparent,
10521053 residual,
10531054 result,
1054- result_type,
10551055 rhs,
10561056 rintf32,
10571057 rintf64,
@@ -1152,7 +1152,6 @@ symbols! {
11521152 self_in_typedefs,
11531153 self_struct_ctor,
11541154 semitransparent,
1155- send_trait,
11561155 shl,
11571156 shl_assign,
11581157 should_panic,
@@ -1262,7 +1261,6 @@ symbols! {
12621261 store,
12631262 str ,
12641263 str_alloc,
1265- string_type,
12661264 stringify,
12671265 struct_field_attributes,
12681266 struct_inherit,
@@ -1277,7 +1275,6 @@ symbols! {
12771275 suggestion,
12781276 sym,
12791277 sync,
1280- sync_trait,
12811278 t32,
12821279 target_abi,
12831280 target_arch,
@@ -1323,9 +1320,7 @@ symbols! {
13231320 truncf64,
13241321 try_blocks,
13251322 try_from,
1326- try_from_trait,
13271323 try_into,
1328- try_into_trait,
13291324 try_trait_v2,
13301325 tt,
13311326 tuple,
@@ -1397,8 +1392,6 @@ symbols! {
13971392 var,
13981393 variant_count,
13991394 vec,
1400- vec_type,
1401- vecdeque_type,
14021395 version,
14031396 vis,
14041397 visible_private_types,
0 commit comments