rustc: Box struct_defs

This commit is contained in:
Patrick Walton
2012-08-07 17:46:07 -07:00
parent 175be53e3f
commit 438765da59
13 changed files with 21 additions and 21 deletions

View File

@@ -565,7 +565,7 @@ fn id_visitor(vfn: fn@(node_id)) -> visit::vt<()> {
visit_trait_method: fn@(_ty_m: trait_method) {
},
visit_struct_def: fn@(_sd: struct_def, _id: ident, _tps: ~[ty_param],
visit_struct_def: fn@(_sd: @struct_def, _id: ident, _tps: ~[ty_param],
_id: node_id) {
},