demode vec

This commit is contained in:
Niko Matsakis
2012-09-27 22:20:47 -07:00
parent 6c15dd6d82
commit 21519bc7e0
83 changed files with 541 additions and 464 deletions

View File

@@ -278,7 +278,7 @@ fn map_item(i: @item, cx: ctx, v: vt) {
_ => cx.path.push(path_name(i.ident))
}
visit::visit_item(i, cx, v);
vec::pop(cx.path);
cx.path.pop();
}
fn map_struct_def(struct_def: @ast::struct_def, parent_node: ast_node,