rust/src/test/compile-fail/specialization
2018-02-15 15:31:05 +00:00
..
defaultimpl add Self: Trait<..> inside the param_env of a default impl 2018-02-15 15:31:05 +00:00
README.md
specialization-default-projection.rs
specialization-default-types.rs
specialization-no-default.rs
specialization-overlap-negative.rs
specialization-overlap.rs Implement RFC 1268 2017-04-14 22:04:53 -04:00
specialization-polarity.rs Adjust tests for removal of impl Foo for .. {} 2018-01-13 18:48:00 +03:00

This directory contains the test for incorrect usage of specialization that should lead to compile failure. Those tests break down into a few categories: