about summary refs log tree commit diff
path: root/tests/ui/consts/missing-larger-array-impl.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-12sort array trait implementation suggestions correctlycyrgani-5/+5
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ↵Oli Scherer-7/+7
compares `DefId`s which we need to avoid
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-08-25Handle Self in paths tooMichael Goulet-2/+2
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-7/+7
2023-06-24use Const::eval instead of QueryNormalize in error reportingMichael Goulet-0/+20