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 e2eebaf commit 6716d26Copy full SHA for 6716d26
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 585e283769faaef8898f82b37224e0a16a4f5e2b
+refs/heads/master: 8e714fa8d8d02bf6a892a65a7b91c0e352a285fd
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
trunk/src/librustc/metadata/common.rs
@@ -179,6 +179,8 @@ pub static tag_mod_child: uint = 0x7e;
179
pub static tag_misc_info: uint = 0x7f;
180
pub static tag_misc_info_crate_items: uint = 0x80;
181
182
+pub static tag_item_method_provided_source: uint = 0x81;
183
+
184
pub struct LinkMeta {
185
name: @str,
186
vers: @str,
0 commit comments