Skip to content

Commit 77e4a2b

Browse files
committed
Remove outdated reference to compiler plugins.
1 parent 616fb1c commit 77e4a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/passes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl LintStoreExpand for LintStoreExpandImpl<'_> {
125125
}
126126
}
127127

128-
/// Runs the "early phases" of the compiler: initial `cfg` processing, loading compiler plugins,
128+
/// Runs the "early phases" of the compiler: initial `cfg` processing,
129129
/// syntax expansion, secondary `cfg` expansion, synthesis of a test
130130
/// harness if one is to be provided, injection of a dependency on the
131131
/// standard library and prelude, and name resolution.

0 commit comments

Comments
 (0)