Remove support for multiple traits in a single impl
There was half-working support for them, but they were never fully implemented or even approved. Remove them altogether. Closes #3410
This commit is contained in:
@@ -1267,7 +1267,7 @@ enum item_ {
|
||||
item_class(@struct_def, ~[ty_param]),
|
||||
item_trait(~[ty_param], ~[@trait_ref], ~[trait_method]),
|
||||
item_impl(~[ty_param],
|
||||
~[@trait_ref], /* traits this impl implements */
|
||||
Option<@trait_ref>, /* (optional) trait this impl implements */
|
||||
@ty, /* self */
|
||||
~[@method]),
|
||||
item_mac(mac),
|
||||
|
||||
Reference in New Issue
Block a user