diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-08-07 17:46:07 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-08-07 17:46:51 -0700 |
| commit | 438765da59075339c99499e201384e835187f0ae (patch) | |
| tree | 3107aebd6046fe5cb2e50cd7fa38734f6b068fd5 /src/libsyntax/ast_map.rs | |
| parent | 175be53e3f62664e445a57c2ad9e23f4bcb296b2 (diff) | |
rustc: Box struct_defs
Diffstat (limited to 'src/libsyntax/ast_map.rs')
| -rw-r--r-- | src/libsyntax/ast_map.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast_map.rs b/src/libsyntax/ast_map.rs index 5c270c968f3..27ecbdb4fb6 100644 --- a/src/libsyntax/ast_map.rs +++ b/src/libsyntax/ast_map.rs @@ -247,7 +247,7 @@ fn map_item(i: @item, cx: ctx, v: vt) { vec::pop(cx.path); } -fn map_struct_def(struct_def: ast::struct_def, parent_node: ast_node, +fn map_struct_def(struct_def: @ast::struct_def, parent_node: ast_node, ident: ast::ident, id: ast::node_id, cx: ctx, _v: vt) { let (_, ms) = ast_util::split_class_items(struct_def.members); // Map trait refs to their parent classes. This is |
