@@ -73,8 +73,6 @@ pub static tag_crate_dep: uint = 0x19;
73
73
pub static tag_crate_hash: uint = 0x1a ;
74
74
pub static tag_crate_crateid: uint = 0x1b ;
75
75
76
- pub static tag_parent_item: uint = 0x1c ;
77
-
78
76
pub static tag_crate_dep_crateid: uint = 0x1d ;
79
77
pub static tag_crate_dep_hash: uint = 0x1e ;
80
78
@@ -94,10 +92,8 @@ pub static tag_path_len: uint = 0x25;
94
92
pub static tag_path_elem_mod: uint = 0x26 ;
95
93
pub static tag_path_elem_name: uint = 0x27 ;
96
94
pub static tag_item_field: uint = 0x28 ;
97
- pub static tag_struct_mut: uint = 0x29 ;
98
95
99
96
pub static tag_item_variances: uint = 0x2a ;
100
- pub static tag_mod_impl_trait: uint = 0x2b ;
101
97
/*
102
98
trait items contain tag_item_trait_method elements,
103
99
impl items contain tag_item_impl_method elements, and classes
@@ -108,7 +104,6 @@ pub static tag_mod_impl_trait: uint = 0x2b;
108
104
*/
109
105
pub static tag_item_impl_method: uint = 0x2c ;
110
106
pub static tag_item_trait_method_explicit_self: uint = 0x2d ;
111
- pub static tag_item_trait_method_self_ty_region: uint = 0x2e ;
112
107
113
108
114
109
// Reexports are found within module tags. Each reexport contains def_ids
@@ -173,12 +168,8 @@ pub static tag_lang_items_item_id: uint = 0x4a;
173
168
pub static tag_lang_items_item_node_id: uint = 0x4b ;
174
169
175
170
pub static tag_item_unnamed_field: uint = 0x4c ;
176
- pub static tag_items_data_item_struct_ctor: uint = 0x4d ;
177
171
pub static tag_items_data_item_visibility: uint = 0x4e ;
178
172
179
- pub static tag_link_args: uint = 0x4f ;
180
- pub static tag_link_args_arg: uint = 0x50 ;
181
-
182
173
pub static tag_item_method_tps: uint = 0x51 ;
183
174
pub static tag_item_method_fty: uint = 0x52 ;
184
175
0 commit comments