summary refs log tree commit diff
path: root/src/test/ui/traits/alias
AgeCommit message (Collapse)AuthorLines
2021-05-26Lint against non-camelCase trait alias namesSmitty-0/+18
Type aliases are linted as such, so (unstable) trait aliases should be treated the same way.
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-0/+40
Add a suggestion when using a type alias instead of trait alias Fixes #43913 r? `@estebank`
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-0/+36
Fix #83613.
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-0/+40
2021-02-09Organize trait test filesBram van den Heuvel-0/+1933