about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-58857.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-7/+0
2019-12-21parse_generic_bounds: account for negative lifetime boundsMazdak Farrokhzad-1/+1
2019-03-01Expand where negative supertrait specific error is shownEsteban Küber-0/+7
Fix #58857.