about summary refs log tree commit diff
path: root/src/test/ui/missing-trait-bounds
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-208/+0
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-03-24Properly track `ImplObligation`sEsteban Kuber-8/+21
Instead of probing for all possible impls that could have caused an `ImplObligation`, keep track of its `DefId` and obligation spans for accurate error reporting. Follow up to #89580. Addresses #89418. Remove some unnecessary clones. Tweak output for auto trait impl obligations.
2021-11-20Move tests for missing trait bounds to their own directoryEsteban Kuber-0/+195