We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe6bb4 commit 6686221Copy full SHA for 6686221
compiler/rustc_interface/src/passes.rs
@@ -114,7 +114,7 @@ impl LintStoreExpand for LintStoreExpandImpl<'_> {
114
}
115
116
117
-/// Runs the "early phases" of the compiler: initial `cfg` processing, loading compiler plugins,
+/// Runs the "early phases" of the compiler: initial `cfg` processing,
118
/// syntax expansion, secondary `cfg` expansion, synthesis of a test
119
/// harness if one is to be provided, injection of a dependency on the
120
/// standard library and prelude, and name resolution.
0 commit comments