1
Fork 0
rust/compiler/rustc_ast_pretty/src
Matthias Krüger 420ada6f8a
Rollup merge of #92920 - dtolnay:printtidy, r=cjgillot
Move expr- and item-related pretty printing functions to modules

Currently *compiler/rustc_ast_pretty/src/pprust/state.rs* is 2976 lines on master. The `tidy` limit is 3000, which is blocking #92243.

This PR adds a `mod expr;` and `mod item;` to move logic related to those AST nodes out of the single huge file.
2022-01-19 10:42:18 +01:00
..
pp Abstract the pretty printer's ringbuffer to be infinitely sized 2022-01-17 12:08:08 -08:00
pprust Move item-related pretty printing functions to module 2022-01-18 12:39:20 -08:00
helpers.rs Delete duplicated helpers from HIR printer 2021-12-05 12:45:51 -08:00
lib.rs remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
pp.rs Delete pretty printer tracing 2022-01-18 12:33:42 -08:00