Skip to content

Commit 6686221

Browse files
committed
Remove outdated reference to compiler plugins.
1 parent 9fe6bb4 commit 6686221

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
@@ -114,7 +114,7 @@ impl LintStoreExpand for LintStoreExpandImpl<'_> {
114114
}
115115
}
116116

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

0 commit comments

Comments
 (0)