about summary refs log tree commit diff
path: root/src/test/ui/issue-59508.fixed
AgeCommit message (Collapse)AuthorLines
2019-03-31Include bounds in generic reordering diagnostic.David Wood-0/+16
This commit extends the existing generic re-ordering diagnostic to include any bounds on the generic parameter, thus producing correct suggestions.