about summary refs log tree commit diff
path: root/tests/ui/traits/negative-impls
AgeCommit message (Collapse)AuthorLines
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-4/+4
When shortening types and writing them to disk, make `short_ty_string` capable of reusing the same file, instead of writing a file per shortened type.
2023-12-10remove redundant importssurechen-2/+0
detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
2023-11-24Show number in error message even for one errorNilstrieb-8/+8
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-6/+0
This reverts commit 9de1a472b68ed85f396b2e2cc79c3ef17584d6e1.
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+6
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-2/+4
2023-02-14Fetch less HIR in signature check.Camille GILLOT-1/+1
2023-01-23Point at specific field in struct literal when trait fulfillment failsNathan Fenner-2/+2
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-1/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+650