rust/src/test/compile-fail/specialization
Alex Crichton 9dd3c54a2c rustbuild: Migrate tidy checks to Rust
This commit rewrites all of the tidy checks we have, namely:

* featureck
* errorck
* tidy
* binaries

into Rust under a new `tidy` tool inside of the `src/tools` directory. This at
the same time deletes all the corresponding Python tidy checks so we can be sure
to only have one source of truth for all the tidy checks.

cc #31590
2016-04-12 08:17:42 -07: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-feature-gate-default.rs
specialization-feature-gate-overlap.rs
specialization-no-default.rs
specialization-overlap-negative.rs
specialization-overlap.rs Test fixes, added README for tests 2016-03-14 15:05:14 -07:00
specialization-polarity.rs rustbuild: Migrate tidy checks to Rust 2016-04-12 08:17:42 -07: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: