summary refs log tree commit diff
path: root/src/test/ui/proc-macro/issue-80760-empty-stmt.stdout
AgeCommit message (Collapse)AuthorLines
2022-06-23Rollup merge of #97636 - nnethercote:revert-96682, r=dtolnayDylan DPC-1/+0
Revert #96682. The change was "Show invisible delimiters (within comments) when pretty printing". It's useful to show these delimiters, but is a breaking change for some proc macros. Fixes #97608. r? ``@petrochenkov``
2022-05-04Show invisible delimeters (within comments) when pretty printing.Nicholas Nethercote-0/+1
2021-01-09Synthesize a `TokenStream` for `StmtKind::Empty`Aaron Hill-0/+14
Fixes #80760