about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/issue-80760-empty-stmt.stdout
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2022-06-02Revert #96682.Nicholas Nethercote-1/+0
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.
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