about summary refs log tree commit diff
path: root/src/test/ui/issue-60075.stderr
AgeCommit message (Collapse)AuthorLines
2019-05-24Move some issues into the issues foldervarkor-35/+0
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-3/+1
2019-04-20Fix fn front matter parsing ICE from invalid code.David Wood-0/+37
This commit fixes an "unreachable code" ICE that results from parsing invalid code where the compiler is expecting the next trait item declaration in the middle of the previous trait item due to extra closing braces.