We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616fb1c commit 77e4a2bCopy full SHA for 77e4a2b
compiler/rustc_interface/src/passes.rs
@@ -125,7 +125,7 @@ impl LintStoreExpand for LintStoreExpandImpl<'_> {
125
}
126
127
128
-/// Runs the "early phases" of the compiler: initial `cfg` processing, loading compiler plugins,
+/// Runs the "early phases" of the compiler: initial `cfg` processing,
129
/// syntax expansion, secondary `cfg` expansion, synthesis of a test
130
/// harness if one is to be provided, injection of a dependency on the
131
/// standard library and prelude, and name resolution.
0 commit comments