Skip to content

Commit 621ab34

Browse files
committed
rustc: Remove commented out "encode_tag_variant_info" call that sneaked in
1 parent 62f4709 commit 621ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)