rust/src/test/run-pass/specialization/defaultimpl
Gianni Ciccarelli f5c55ff379 support default impl for specialization
a `default impl` need not include all items from the trait
    a `default impl` alone does not mean that a type implements the trait
2018-02-07 17:42:29 +00:00
..
auxiliary support default impl for specialization 2018-02-07 17:42:29 +00:00
allowed-cross-crate.rs Shorten some test names 2017-10-11 02:36:40 +03:00
assoc-fns.rs Shorten some test names 2017-10-11 02:36:40 +03:00
basics-unsafe.rs Shorten some test names 2017-10-11 02:36:40 +03:00
basics.rs Shorten some test names 2017-10-11 02:36:40 +03:00
cross-crate-defaults.rs Shorten some test names 2017-10-11 02:36:40 +03:00
cross-crate-no-gate.rs Shorten some test names 2017-10-11 02:36:40 +03:00
cross-crate.rs Shorten some test names 2017-10-11 02:36:40 +03:00
default-methods.rs Shorten some test names 2017-10-11 02:36:40 +03:00
out-of-order.rs Shorten some test names 2017-10-11 02:36:40 +03:00
overlap-projection.rs Shorten some test names 2017-10-11 02:36:40 +03:00
projection-alias.rs Shorten some test names 2017-10-11 02:36:40 +03:00
projection.rs Shorten some test names 2017-10-11 02:36:40 +03:00
specialization-trait-bounds.rs support default impl for specialization 2018-02-07 17:42:29 +00:00
specialization-traits-impl-default-method-cross-crate.rs support default impl for specialization 2018-02-07 17:42:29 +00:00
specialization-traits-impl-default-method.rs support default impl for specialization 2018-02-07 17:42:29 +00:00
specialization-traits-impl.rs support default impl for specialization 2018-02-07 17:42:29 +00:00