rust/src/test/compile-fail/specialization
Vadim Petrochenkov d19e4c4a85 syntax: Rewrite parsing of impls
Properly parse impls for the never type `!`
Recover from missing `for` in `impl Trait for Type`
Prohibit inherent default impls and default impls of auto traits
Change wording in more diagnostics to use "auto traits"
Some minor code cleanups in the parser
2018-01-14 18:10:05 +03:00
..
defaultimpl syntax: Rewrite parsing of impls 2018-01-14 18:10:05 +03:00
README.md Test fixes, added README for tests 2016-03-14 15:05:14 -07:00
specialization-default-projection.rs Test fixes, added README for tests 2016-03-14 15:05:14 -07:00
specialization-default-types.rs Test fixes, added README for tests 2016-03-14 15:05:14 -07:00
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: