rustc: Remove commented out "encode_tag_variant_info" call that sneaked in
This commit is contained in:
parent
62f4709953
commit
621ab34410
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ fn encode_info_for_item(@trans.crate_ctxt cx, &ebml.writer ebml_w,
|
|||
encode_type_params(ebml_w, tps);
|
||||
ebml.end_tag(ebml_w);
|
||||
|
||||
//encode_tag_variant_info(cx, ebml_w, did, variants);
|
||||
encode_tag_variant_info(cx, ebml_w, did, variants);
|
||||
}
|
||||
case (ast.item_obj(?id, _, ?tps, ?did, ?ann)) {
|
||||
ebml.start_tag(ebml_w, tag_items_item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue