1
Fork 0

Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead

`rustc_ast_pretty` cleanups

Some improvements I found while looking at this code.

r? `@fee1-dead`
This commit is contained in:
bors 2023-11-22 05:09:33 +00:00
commit cc4bb0de20
27 changed files with 183 additions and 240 deletions

View file

@ -114,7 +114,7 @@ impl LintStoreExpand for LintStoreExpandImpl<'_> {
}
}
/// Runs the "early phases" of the compiler: initial `cfg` processing, loading compiler plugins,
/// Runs the "early phases" of the compiler: initial `cfg` processing,
/// syntax expansion, secondary `cfg` expansion, synthesis of a test
/// harness if one is to be provided, injection of a dependency on the
/// standard library and prelude, and name resolution.