about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-54521.stderr
AgeCommit message (Collapse)AuthorLines
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-26/+0
2019-01-21Pluralize error messages.David Wood-6/+6
This commit pluralizes error messages when more than a single trailing `>` character is present.
2019-01-21Add error for trailing angle brackets.David Wood-0/+26
This commit adds a error (and accompanying machine applicable suggestion) for trailing angle brackets on function calls with a turbofish.