about summary refs log tree commit diff
path: root/src/test/ui/issue-59508-1.rs
AgeCommit message (Collapse)AuthorLines
2019-05-24Move some issues into the issues foldervarkor-18/+0
2019-03-31Only mention const generics if enabled.David Wood-0/+18
This commit updates the generic parameter re-ordering diagnostic to only mention const generics if the feature is enabled.