Skip to content

Commit 6716d26

Browse files
committed
---
yaml --- r: 67021 b: refs/heads/master c: 8e714fa h: refs/heads/master i: 67019: 1a8c987 v: v3
1 parent e2eebaf commit 6716d26

File tree

3 files changed

+88
-126
lines changed

3 files changed

+88
-126
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 585e283769faaef8898f82b37224e0a16a4f5e2b
2+
refs/heads/master: 8e714fa8d8d02bf6a892a65a7b91c0e352a285fd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9

trunk/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)