rust/src/test/ui/specialization
2020-03-26 06:52:26 -04:00
..
auxiliary Deny specializing items not in the parent impl 2019-10-05 15:33:24 +02:00
defaultimpl permit negative impls for non-auto traits 2020-03-26 06:27:45 -04:00
min_specialization Consider well-formed predicates in min-specialization 2020-03-15 13:49:28 +00:00
soundness Remove some unsound specializations 2020-02-01 09:11:41 +00:00
assoc-ty-graph-cycle.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cross-crate-defaults.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36804.rs Deny specializing items not in the parent impl 2019-10-05 15:33:24 +02:00
issue-39448.rs Add regression test for a specialization-related ICE (#39448) 2019-02-17 20:41:18 +02:00
issue-39448.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-39618.rs Add FIXME note 2020-02-16 04:36:44 +09:00
issue-50452.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-52050.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-52050.stderr Restore whitespace 2019-09-19 00:50:03 +02:00
issue-63716-parse-async.rs Allow 'default async fn' to parse. 2019-08-20 22:57:23 +02:00
non-defaulted-item-fail.rs Rename the test 2019-10-05 15:33:26 +02:00
non-defaulted-item-fail.stderr Rename the test 2019-10-05 15:33:26 +02:00
README-rpass.md tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
README.md
specialization-allowed-cross-crate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-assoc-fns.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-basics.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-cross-crate-no-gate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-cross-crate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-default-methods.rs Deny specializing items not in the parent impl 2019-10-05 15:33:24 +02:00
specialization-default-projection.rs Remove licenses 2018-12-25 21:08:33 -07:00
specialization-default-projection.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
specialization-default-types.rs Remove licenses 2018-12-25 21:08:33 -07:00
specialization-default-types.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
specialization-feature-gate-default.rs Remove licenses 2018-12-25 21:08:33 -07:00
specialization-feature-gate-default.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
specialization-feature-gate-overlap.rs Remove licenses 2018-12-25 21:08:33 -07:00
specialization-feature-gate-overlap.stderr Update tests 2019-03-11 23:10:26 +03:00
specialization-no-default.rs Remove meaningless comments in src/test 2019-08-16 10:54:20 +01:00
specialization-no-default.stderr Update stderr files with --bless 2019-08-16 10:54:20 +01:00
specialization-on-projection.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-out-of-order.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-overlap-hygiene.rs hygiene: Fix identifier comparison in impl overlap check 2019-03-21 22:20:10 +03:00
specialization-overlap-hygiene.stderr Add explanation for E0592 2019-06-14 11:19:21 +09:00
specialization-overlap-negative.rs make a custom error for overlap with negative impls 2020-03-26 06:52:26 -04:00
specialization-overlap-negative.stderr make a custom error for overlap with negative impls 2020-03-26 06:52:26 -04:00
specialization-overlap-projection.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-overlap.rs Remove licenses 2018-12-25 21:08:33 -07:00
specialization-overlap.stderr Update tests 2019-03-11 23:10:26 +03:00
specialization-polarity.rs make a custom error for overlap with negative impls 2020-03-26 06:52:26 -04:00
specialization-polarity.stderr make a custom error for overlap with negative impls 2020-03-26 06:52:26 -04:00
specialization-projection-alias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-projection.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-super-traits.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-translate-projections-with-lifetimes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-translate-projections-with-params.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
specialization-translate-projections.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +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: