rust/src/libsyntax_ext/deriving/generic
Gianni Ciccarelli 116e9831a5 support default impl for specialization
this commit implements the first step of the `default impl` feature:
all items in a `default impl` are (implicitly) `default` and hence
specializable.
In order to test this feature I've copied all the tests provided for the
`default` method implementation (in run-pass/specialization and
compile-fail/specialization directories) and moved the `default` keyword
from the item to the impl.
See referenced issue for further info
2017-04-24 10:08:48 +00:00
..
mod.rs support default impl for specialization 2017-04-24 10:08:48 +00:00
ty.rs Use resizable Vec instead of P<[T]> in AST 2017-01-17 01:54:59 +03:00