about summary refs log tree commit diff
path: root/src/test/ui/traits/normalize-supertrait.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-37/+0
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-0/+37
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.