about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-58734.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2021-12-04Lint bare traits in AstConv.Camille GILLOT-0/+2
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2019-03-15Elide object safety errors on non-existent trait functionEsteban Küber-0/+22
Fix #58734.