Files
rust/compiler/rustc_ast_pretty
Nicholas Nethercote 9e940e4051 Merge Printer impl blocks.
`rustc_ast_pretty::pp` defines `Printer` and has a 346 line `impl
Printer` block for it. `rustc_ast_pretty::pp::convenience` has another
`impl Printer` block with 85 lines. `rustc_ast_pretty::helpers` has
another `impl Printer` block with 45 lines.

This commit merges the two small `impl Printer` blocks into the bigger
one, because there is no good reason for them to be separate. Doing this
eliminates the `rustc_ast_pretty::pp::convenience` and
`rustc_ast_pretty::helpers` modules; no great loss given that they were
small and had extremely generic names.
2026-04-16 18:22:56 +10:00
..
2026-04-16 18:22:56 +10:00
2026-04-08 21:09:07 +02:00