about summary refs log tree commit diff
path: root/src/test/ui/issue-59508.stderr
AgeCommit message (Collapse)AuthorLines
2019-05-24Move some issues into the issues foldervarkor-8/+0
2019-03-31Only mention const generics if enabled.David Wood-1/+1
This commit updates the generic parameter re-ordering diagnostic to only mention const generics if the feature is enabled.
2019-03-31Include bounds in generic reordering diagnostic.David Wood-0/+8
This commit extends the existing generic re-ordering diagnostic to include any bounds on the generic parameter, thus producing correct suggestions.