We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f790069 commit 69daeffCopy full SHA for 69daeff
src/rustc/metadata/common.rs
@@ -1,17 +1,9 @@
1
// EBML enum definitions and utils shared by the encoder and decoder
2
3
-const tag_paths: uint = 0x01u;
4
-
5
const tag_items: uint = 0x02u;
6
7
-const tag_paths_data: uint = 0x03u;
8
9
const tag_paths_data_name: uint = 0x04u;
10
11
-const tag_paths_data_item: uint = 0x05u;
12
13
-const tag_paths_data_mod: uint = 0x06u;
14
15
const tag_def_id: uint = 0x07u;
16
17
const tag_items_data: uint = 0x08u;
@@ -96,7 +88,6 @@ const tag_mod_impl_trait: uint = 0x47u;
96
88
*/
97
89
const tag_item_impl_method: uint = 0x48u;
98
90
const tag_item_dtor: uint = 0x49u;
99
-const tag_paths_foreign_path: uint = 0x4a;
100
91
const tag_item_trait_method_self_ty: uint = 0x4b;
101
92
const tag_item_trait_method_self_ty_region: uint = 0x4c;
102
93
0 commit comments