about summary refs log tree commit diff
path: root/compiler/rustc_interface
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-11-22 05:09:33 +0000
committerbors <bors@rust-lang.org>2023-11-22 05:09:33 +0000
commitcc4bb0de204516c2852f70df0f3849e542e2c95e (patch)
tree858bf272794232098005454a7261a7cacf4d7ccc /compiler/rustc_interface
parent739d55682659e4a81db6fd83f52b2491505030ea (diff)
parent6686221d296128cdc55c2ee48420ce4a8d82f0c0 (diff)
downloadrust-cc4bb0de204516c2852f70df0f3849e542e2c95e.tar.gz
rust-cc4bb0de204516c2852f70df0f3849e542e2c95e.zip
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`
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/src/passes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs
index ec024dac8dd..0fc2bb7a2d4 100644
--- a/compiler/rustc_interface/src/passes.rs
+++ b/compiler/rustc_interface/src/passes.rs
@@ -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.