parent
cf9a9d1ae8
commit
b5729bd600
11 changed files with 109 additions and 51 deletions
|
@ -657,6 +657,7 @@ type class_ctor = spanned<class_ctor_>;
|
|||
|
||||
#[auto_serialize]
|
||||
type class_ctor_ = {id: node_id,
|
||||
attrs: ~[attribute],
|
||||
self_id: node_id,
|
||||
dec: fn_decl,
|
||||
body: blk};
|
||||
|
@ -666,6 +667,7 @@ type class_dtor = spanned<class_dtor_>;
|
|||
|
||||
#[auto_serialize]
|
||||
type class_dtor_ = {id: node_id,
|
||||
attrs: ~[attribute],
|
||||
self_id: node_id,
|
||||
body: blk};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue