summary refs log tree commit diff
path: root/tests/ui/object-safety
AgeCommit message (Expand)AuthorLines
2023-09-02Do not require associated types with Self: Sized to uphold bounds when confir...Michael Goulet-21/+31
2023-08-26Remove unnecessary `select_obligations_where_possible` and redundant errorsEsteban Küber-27/+4
2023-08-26On let binding type point to type parameter that introduced unmet boundEsteban Küber-2/+25
2023-07-28Update existing UI testsLeón Orell Valerian Liehr-34/+14
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-07-05Test that you can't circumvent the `Sized` bound checkOli Scherer-0/+73
2023-07-05Make `unused_associated_type_bounds`'s lint level changeableOli Scherer-0/+3
2023-07-05Add more testsOli Scherer-0/+59
2023-07-05Lint now-unnecessary associated type boundsOli Scherer-0/+41
2023-07-05Don't require associated types with `Self: Sized` bounds in `dyn Trait` objectsOli Scherer-13/+3
2023-05-12Note base types of coercionMichael Goulet-18/+9
2023-04-20Add some tests around (lack of) object safety of associated types and constsOli Scherer-0/+141
2023-02-21Name placeholder in some region errorsMichael Goulet-0/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+882