rustc: Parse, serialize, and deserialize trait inheritance
This commit is contained in:
parent
a805a1fb37
commit
b65dd9d090
13 changed files with 69 additions and 21 deletions
|
@ -724,7 +724,7 @@ enum item_ {
|
|||
/* dtor is optional */
|
||||
option<class_dtor>
|
||||
),
|
||||
item_trait(~[ty_param], ~[trait_method]),
|
||||
item_trait(~[ty_param], ~[@trait_ref], ~[trait_method]),
|
||||
item_impl(~[ty_param],
|
||||
~[@trait_ref], /* traits this impl implements */
|
||||
@ty, /* self */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue