about summary refs log tree commit diff
path: root/tests/ui/dst
AgeCommit message (Expand)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+10
2023-08-03Fix wrong span for trait selection failure error reportingyukang-0/+75
2023-08-01Fix invalid slice coercion suggestion reported in turbofishUrgau-0/+42
2023-06-15change `std::marker::Sized` to just `Sized`Lukas Markeffsky-2/+2
2023-05-12Note base types of coercionMichael Goulet-6/+6
2023-03-07Add suggestion to diagnostic when user has array but trait wants slice.Ben Reeves-0/+400
2023-01-30Modify primary span label for E0308Esteban Küber-10/+10
2023-01-15Tweak E0597Esteban Küber-1/+9
2023-01-12Only point at impl self ty in WF if trait predicate shares self tyMichael Goulet-2/+2
2023-01-12Point at impl self type for impl wf obligationsMichael Goulet-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+870