about summary refs log tree commit diff
path: root/src/test/ui/traits/auxiliary
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-128/+0
2021-09-30add regression test for issue 89119Rémy Rakic-0/+60
2021-02-09Organize trait test filesBram van den Heuvel-170/+0
2019-11-24fixup! Add negative tests where the diagnostic message would be wrongTimo Freiberg-4/+16
2019-11-24Add version mismatch help message for unimplemented traitTimo Freiberg-7/+6
Issue #22750 The error reporting for E0277 (the trait `X` is not implemented for `Foo`) now checks whether `Foo` implements a trait with the same path as `X`, which probably means that the programmer wanted to actually use only one version of the trait `X` instead of the two.
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+194
2019-05-20Update tests.Alexander Regueiro-3/+0
2019-01-10new trait alias testsNiko Matsakis-0/+3
Co-authored-by: Alexander Regueiro <alexreg@me.com>
2018-12-25Remove licensesMark Rousskov-30/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+63