summary refs log tree commit diff
path: root/src/test/ui/traits/alias
AgeCommit message (Collapse)AuthorLines
2021-11-10no overlap errors after failing the orphan checklcnr-8/+8
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-55/+55
A subset of places referred to 'super-trait', so this changes them to all use 'supertrait'. This matches 'supertype' and some other usages. An exception is 'auto-trait' which is consistently used in that manner.
2021-08-16Use note to point at bound introducing requirementEsteban Küber-8/+15
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-1/+1
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