Skip to content

Commit 93697f3

Browse files
committed
---
yaml --- r: 1895 b: refs/heads/master c: 621ab34 h: refs/heads/master i: 1893: cdfc22a 1891: 917e345 1887: bb906bf v: v3
1 parent 3b1e99f commit 93697f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 62f47099534b33c8732b74d14f03166f046735d3
2+
refs/heads/master: 621ab344101b3733566a1367f6fa87ab50385d2e

trunk/src/comp/middle/metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ fn encode_info_for_item(@trans.crate_ctxt cx, &ebml.writer ebml_w,
357357
encode_type_params(ebml_w, tps);
358358
ebml.end_tag(ebml_w);
359359

360-
//encode_tag_variant_info(cx, ebml_w, did, variants);
360+
encode_tag_variant_info(cx, ebml_w, did, variants);
361361
}
362362
case (ast.item_obj(?id, _, ?tps, ?did, ?ann)) {
363363
ebml.start_tag(ebml_w, tag_items_item);

0 commit comments

Comments
 (0)