Skip to content

Commit 8e714fa

Browse files
committed
Refactor a handful of stuff in the metadata encoder.
1 parent 585e283 commit 8e714fa

File tree

2 files changed

+87
-125
lines changed

2 files changed

+87
-125
lines changed

src/librustc/metadata/common.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ pub static tag_mod_child: uint = 0x7e;
179179
pub static tag_misc_info: uint = 0x7f;
180180
pub static tag_misc_info_crate_items: uint = 0x80;
181181

182+
pub static tag_item_method_provided_source: uint = 0x81;
183+
182184
pub struct LinkMeta {
183185
name: @str,
184186
vers: @str,

0 commit comments

Comments
 (0)