about summary refs log tree commit diff
path: root/src/test/pretty/issue-73626.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-34/+0
2020-07-12pprust: support multiline comments within linesDavid Wood-0/+34
This commit adds support to rustc_ast_pretty for multiline comments that start and end within a line of source code. Signed-off-by: David Wood <david@davidtw.co>