about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/helpers.rs
AgeCommit message (Collapse)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-2/+2
2021-12-05Delete duplicated helpers from HIR printerDavid Tolnay-0/+10
2020-08-30mv compiler to compiler/mark-0/+38