about summary refs log tree commit diff
path: root/src/test/ui/issue-60075.rs
AgeCommit message (Collapse)AuthorLines
2019-04-20Fix fn front matter parsing ICE from invalid code.David Wood-0/+12
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.