rust/compiler/rustc_ast_pretty
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
..
src Rollup merge of #92920 - dtolnay:printtidy, r=cjgillot 2022-01-19 10:42:18 +01:00
Cargo.toml Delete pretty printer tracing 2022-01-18 12:33:42 -08:00