summary refs log tree commit diff
path: root/src/test/ui/proc-macro/allowed-attr-stmt-expr.stdout
AgeCommit message (Expand)AuthorLines
2020-11-26Use custom macro instead of printlnAaron Hill-65/+65
2020-11-26Add additional semicolon testAaron Hill-77/+104
2020-11-26Only eat semicolons for statements that need themAaron Hill-6/+1
2020-11-26Properly handle attributes on statementsAaron Hill-37/+149
2020-11-24Invoke attributes on the statement for statement itemsAaron Hill-0/+187