Skip to content

Commit 18936f1

Browse files
committed
---
yaml --- r: 150488 b: refs/heads/try2 c: 86e6a80 h: refs/heads/master v: v3
1 parent 1e79711 commit 18936f1

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: aae95949329b75c0560278152dffac4bdd41aa33
8+
refs/heads/try2: 86e6a80d8d9ea65f708ce7c8dc3b2ffd6ce8f3d4
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/src/librustc/metadata/common.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ pub static tag_crate_dep: uint = 0x19;
7373
pub static tag_crate_hash: uint = 0x1a;
7474
pub static tag_crate_crateid: uint = 0x1b;
7575

76-
pub static tag_parent_item: uint = 0x1c;
77-
7876
pub static tag_crate_dep_crateid: uint = 0x1d;
7977
pub static tag_crate_dep_hash: uint = 0x1e;
8078

@@ -94,10 +92,8 @@ pub static tag_path_len: uint = 0x25;
9492
pub static tag_path_elem_mod: uint = 0x26;
9593
pub static tag_path_elem_name: uint = 0x27;
9694
pub static tag_item_field: uint = 0x28;
97-
pub static tag_struct_mut: uint = 0x29;
9895

9996
pub static tag_item_variances: uint = 0x2a;
100-
pub static tag_mod_impl_trait: uint = 0x2b;
10197
/*
10298
trait items contain tag_item_trait_method elements,
10399
impl items contain tag_item_impl_method elements, and classes
@@ -108,7 +104,6 @@ pub static tag_mod_impl_trait: uint = 0x2b;
108104
*/
109105
pub static tag_item_impl_method: uint = 0x2c;
110106
pub static tag_item_trait_method_explicit_self: uint = 0x2d;
111-
pub static tag_item_trait_method_self_ty_region: uint = 0x2e;
112107

113108

114109
// Reexports are found within module tags. Each reexport contains def_ids
@@ -173,12 +168,8 @@ pub static tag_lang_items_item_id: uint = 0x4a;
173168
pub static tag_lang_items_item_node_id: uint = 0x4b;
174169

175170
pub static tag_item_unnamed_field: uint = 0x4c;
176-
pub static tag_items_data_item_struct_ctor: uint = 0x4d;
177171
pub static tag_items_data_item_visibility: uint = 0x4e;
178172

179-
pub static tag_link_args: uint = 0x4f;
180-
pub static tag_link_args_arg: uint = 0x50;
181-
182173
pub static tag_item_method_tps: uint = 0x51;
183174
pub static tag_item_method_fty: uint = 0x52;
184175

0 commit comments

Comments
 (0)